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