X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sstlinux.h;h=1080f9691346a2c3c53adc8349ee315eaff6ffc7;hp=779f8eb50f5f451d351c2787fe7d6657135554fc;hb=6faaa79dff2fa3ceec44ef46b79e651f1bd9e0aa;hpb=cf91699c89b88f76dcf63c60624635184e8cb7eb diff --git a/sstlinux.h b/sstlinux.h index 779f8eb..1080f96 100644 --- a/sstlinux.h +++ b/sstlinux.h @@ -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))