X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsst.h;h=2dbb50c14f190dd894f6fede1a00c9155eb11eef;hp=ce4c6792e345dd260de57a7dea7e67290af92901;hb=9aef5f5aae5fde0ed2b462945750c7aee59b3c1e;hpb=2e04509ec9be1e3ad2a1f8a7e84552d6896f89ab diff --git a/src/sst.h b/src/sst.h index ce4c679..2dbb50c 100644 --- a/src/sst.h +++ b/src/sst.h @@ -406,10 +406,11 @@ void timwrp(void); void moveklings(void); void torpedo(double, double, coord, double *, int, int); void huh(void); +void pause_reset(void); void pause_game(bool); void nova(coord); void snova(bool, coord *); -void scom(bool *); +void scom(void); void hittem(double *); bool isit(char *); void preport(void);