Partial merge of I/O management.
[super-star-trek.git] / sstlinux.h
index e4d4ea3b8c28e00a81c13ce215279e4dbce31e22..779f8eb50f5f451d351c2787fe7d6657135554fc 100644 (file)
@@ -5,9 +5,7 @@ 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))