Added the ability to suppress newer features with a game type option.
[super-star-trek.git] / sstlinux.h
index e4d4ea3b8c28e00a81c13ce215279e4dbce31e22..1080f9691346a2c3c53adc8349ee315eaff6ffc7 100644 (file)
@@ -1,14 +1,9 @@
 #ifndef __SSTLINUX_H
 #define __SSTLINUX_H
 
-int c_printf (char *format, ... );
 void sound(unsigned int);
 void nosound(void);
 
-#ifdef SERGEEV
-extern WINDOW *conio_scr;
-#endif /* SERGEEV */
-
 #define delay(x) usleep(x*1000)
 #define randomize() srand((unsigned)time(NULL))