Pull SERGEEV dependencies out of reports.c.
[super-star-trek.git] / sst.h
diff --git a/sst.h b/sst.h
index b82a66bdb16bb43f7b5505c7750d55dcce379000..124abe5e1e4243da3986831812abb48871272e67 100644 (file)
--- a/sst.h
+++ b/sst.h
@@ -423,9 +423,7 @@ int isit(char *);
 void preport(void);
 void orbit(void);
 void sensor(void);
-#ifdef SERGEEV
 void drawmaps(short);
-#endif /* SERGEEV */
 void beam(void);
 void mine(void);
 void usecrystals(void);
@@ -435,19 +433,16 @@ void debugme(void);
 void attakreport(int);
 void movetho(void);
 void probe(void);
-void clearscreen(void);
 void iostart(int);
 void ioend(void);
-#ifdef SERGEEV
-#define getline cgetline
 void setwnd(short);
-#endif /* SERGEEV */
+void warble(void);
 void getline(char *, int);
+void waitfor(void);
+void setpassword(void);
 void commandhook(char *, int);
 
-#ifdef SERGEEV
 typedef struct {
         int wndleft,wndtop,wndright,wndbottom;
 } wnd;
 extern wnd wnds[6];
-#endif /* SERGEEV */