X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.h;h=0e198f4921e41042e7ea8e540a71ad60cec2ca4f;hp=49cd2179c0818d4798a5285f6b5d6312ae71699a;hb=93ede5b2bb8928b8aa17e750f48e6c5e59b81ab1;hpb=6ce608e874cf60dffe59fdbdedfb74e13f78382c diff --git a/sst.h b/sst.h index 49cd217..0e198f4 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);