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