X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.h;h=31fd2f4a58e1fd11bceafa943877855d621d7b42;hb=634c187043cf4af8328069b8c1fe410efab2e4c7;hp=4c1db0ad833e12a85da95c7604a9e3105880cad4;hpb=c079542899cdebd703a1286103a3fce307617e90;p=super-star-trek.git diff --git a/sst.h b/sst.h index 4c1db0a..31fd2f4 100644 --- a/sst.h +++ b/sst.h @@ -443,7 +443,6 @@ void cgetline(char *, int); void waitfor(void); void setpassword(void); void commandhook(char *, int); -void c_printf (char *format, ... ); void makechart(void); void enqueue(char *s); @@ -453,10 +452,6 @@ void enqueue(char *s); #define SCAN_STATUS 3 #define SCAN_NO_LEFTSIDE 4 -typedef struct { - int wndleft,wndtop,wndright,wndbottom; -} wnd; -extern wnd wnds[6]; /* these need to track io.c:wnd */ #define FULLSCREEN_WINDOW 0 #define LEFTUPPER_WINDOW 1