Make sure this builds with -DSERGEEV.
[super-star-trek.git] / sst.h
diff --git a/sst.h b/sst.h
index 124abe5e1e4243da3986831812abb48871272e67..7e0734b824338f36efc6e259bd8990e9789b7f7c 100644 (file)
--- a/sst.h
+++ b/sst.h
@@ -410,7 +410,7 @@ void crmena(int, int, int, int, int);
 void deadkl(int, int, int, int, int);
 void timwrp(void);
 void movcom(void);
-void torpedo(double, double, int, int, double *, int);
+void torpedo(double, double, int, int, double *, int, int, int);
 void huh(void);
 void pause_game(int);
 void nova(int, int);
@@ -437,12 +437,24 @@ void iostart(int);
 void ioend(void);
 void setwnd(short);
 void warble(void);
-void getline(char *, int);
+void boom(int ii, int jj);
+void tracktorpedo(int x, int y, int ix, int iy, int wait, int l, int i, int n, int iquad);
+void cgetline(char *, int);
 void waitfor(void);
 void setpassword(void);
 void commandhook(char *, int);
+void c_printf (char *format, ... );
+void makechart(void);
+void enqueue(char *s);
 
 typedef struct {
         int wndleft,wndtop,wndright,wndbottom;
 } wnd;
 extern wnd wnds[6];
+/* these need to track io.c:wnd */
+#define FULLSCREEN_WINDOW      0
+#define LEFTUPPER_WINDOW       1
+#define SRSCAN_WINDOW          2
+#define LRSCAN_WINDOW          3
+#define LOWER_WINDOW           4
+#define BOTTOM_WINDOW          5