Deathray is now regressed to original 5% probability in 'plain' games.
[super-star-trek.git] / sstlinux.h
index 779f8eb50f5f451d351c2787fe7d6657135554fc..1080f9691346a2c3c53adc8349ee315eaff6ffc7 100644 (file)
@@ -1,12 +1,9 @@
 #ifndef __SSTLINUX_H
 #define __SSTLINUX_H
 
-int c_printf (char *format, ... );
 void sound(unsigned int);
 void nosound(void);
 
-extern WINDOW *conio_scr;
-
 #define delay(x) usleep(x*1000)
 #define randomize() srand((unsigned)time(NULL))