summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CRT.h b/CRT.h
index 1fe3d248..7916b16d 100644
--- a/CRT.h
+++ b/CRT.h
@@ -119,6 +119,8 @@ void CRT_init(int delay, int colorScheme);
void CRT_done();
+void CRT_fatalError(const char* note);
+
int CRT_readKey();
void CRT_disableDelay();