Move I/O to a separate module -- first step towards curses interface.
[super-star-trek.git] / sst.h
diff --git a/sst.h b/sst.h
index 09663191c0fc6c78c9e12880c8f027ca024a62b9..fc7ecc5355ffeb93a1c1ccda178919b261d3f404 100644 (file)
--- a/sst.h
+++ b/sst.h
@@ -420,3 +420,6 @@ void debugme(void);
 void attakreport(void);\r
 void movetho(void);\r
 void probe(void);\r
+void clearscreen(void);\r
+void iostart(void);\r
+\r