X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.h;h=08977838d99c1e26a69e12af232b16760759a2b5;hb=1072751ee59a11b65fe84d0314fee4bbcf14990e;hp=49cd2179c0818d4798a5285f6b5d6312ae71699a;hpb=b7bbbdd604afc1fac8b7c54563520b7d191ca216;p=super-star-trek.git diff --git a/sst.h b/sst.h index 49cd217..0897783 100644 --- a/sst.h +++ b/sst.h @@ -421,6 +421,9 @@ 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); @@ -435,3 +438,10 @@ void iostart(int); void ioend(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 */