X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sstlinux.h;h=1080f9691346a2c3c53adc8349ee315eaff6ffc7;hp=e4d4ea3b8c28e00a81c13ce215279e4dbce31e22;hb=1268b882a9dc50ce93658979aaf1147b1cfbe11a;hpb=2e65db78c58369f165c7d5c4edc849300a2d7f53 diff --git a/sstlinux.h b/sstlinux.h index e4d4ea3..1080f96 100644 --- a/sstlinux.h +++ b/sstlinux.h @@ -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))