X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=sst.h;h=9c964fa18089d323092f9ef76801a78cc435caa2;hb=80aa958a55a62baa32586414ac671ee450369d25;hp=b82a66bdb16bb43f7b5505c7750d55dcce379000;hpb=c1bda490aef42a6b3d0e8d97a20fb58236d02ee7;p=super-star-trek.git diff --git a/sst.h b/sst.h index b82a66b..9c964fa 100644 --- a/sst.h +++ b/sst.h @@ -423,9 +423,7 @@ int isit(char *); void preport(void); void orbit(void); void sensor(void); -#ifdef SERGEEV void drawmaps(short); -#endif /* SERGEEV */ void beam(void); void mine(void); void usecrystals(void); @@ -438,16 +436,12 @@ void probe(void); void clearscreen(void); void iostart(int); void ioend(void); -#ifdef SERGEEV -#define getline cgetline void setwnd(short); -#endif /* SERGEEV */ +void warble(void); void getline(char *, int); void commandhook(char *, int); -#ifdef SERGEEV typedef struct { int wndleft,wndtop,wndright,wndbottom; } wnd; extern wnd wnds[6]; -#endif /* SERGEEV */