X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.h;h=aef476b76f19db679d01b2063088feaf992e8bd0;hp=f6c0960df0bb9b366814a3cb58fed6081d3190a7;hb=a8f5216ff30142b93e4ff3e9bc12535ed0792563;hpb=10131f4148d32996badc7432cb5b9903dca873e0 diff --git a/sst.h b/sst.h index f6c0960..aef476b 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,14 @@ 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); typedef struct { int wndleft,wndtop,wndright,wndbottom;