X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.h;h=f6c0960df0bb9b366814a3cb58fed6081d3190a7;hb=10131f4148d32996badc7432cb5b9903dca873e0;hp=9c964fa18089d323092f9ef76801a78cc435caa2;hpb=5fd1629b862b1a1bba3f70d4d06ba0b0859ec0e6;p=super-star-trek.git diff --git a/sst.h b/sst.h index 9c964fa..f6c0960 100644 --- a/sst.h +++ b/sst.h @@ -433,15 +433,24 @@ void debugme(void); void attakreport(int); void movetho(void); void probe(void); -void clearscreen(void); void iostart(int); void ioend(void); void setwnd(short); void warble(void); -void getline(char *, int); +void cgetline(char *, int); +void waitfor(void); +void setpassword(void); void commandhook(char *, int); +void c_printf (char *format, ... ); 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 +#define SRSCAN_WINDOW 2 +#define LRSCAN_WINDOW 3 +#define LOWER_WINDOW 4 +#define BOTTOM_WINDOW 5