X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.h;h=7e0734b824338f36efc6e259bd8990e9789b7f7c;hb=458c7ff54123a67012af3d60d1c83e7a43b8eb74;hp=f6c0960df0bb9b366814a3cb58fed6081d3190a7;hpb=10131f4148d32996badc7432cb5b9903dca873e0;p=super-star-trek.git diff --git a/sst.h b/sst.h index f6c0960..7e0734b 100644 --- a/sst.h +++ b/sst.h @@ -410,7 +410,7 @@ void crmena(int, int, int, int, int); void deadkl(int, int, int, int, int); void timwrp(void); void movcom(void); -void torpedo(double, double, int, int, double *, int); +void torpedo(double, double, int, int, double *, int, int, int); void huh(void); void pause_game(int); void nova(int, int); @@ -437,11 +437,15 @@ void iostart(int); void ioend(void); void setwnd(short); void warble(void); +void boom(int ii, int jj); +void tracktorpedo(int x, int y, int ix, int iy, int wait, int l, int i, int n, int iquad); void cgetline(char *, int); void waitfor(void); void setpassword(void); void commandhook(char *, int); void c_printf (char *format, ... ); +void makechart(void); +void enqueue(char *s); typedef struct { int wndleft,wndtop,wndright,wndbottom;