textcolor() is now available in the text input manager.
[super-star-trek.git] / sstlinux.h
index 779f8eb50f5f451d351c2787fe7d6657135554fc..e4d4ea3b8c28e00a81c13ce215279e4dbce31e22 100644 (file)
@@ -5,7 +5,9 @@ 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))