X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.h;h=0e3e52419e4fcf22b69cc4a9c728269811c238c3;hb=e29006d00a2962f32312e31bf142f77a99bde04d;hp=9a3342367b9ba94676773ec7b066c75dfe9a0d7a;hpb=fb225a29a207cea8436c2deeced27f366492b227;p=super-star-trek.git diff --git a/sst.h b/sst.h index 9a33423..0e3e524 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,10 +437,13 @@ void iostart(int); void ioend(void); void setwnd(short); void warble(void); -void getline(char *, int); +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, ... ); typedef struct { int wndleft,wndtop,wndright,wndbottom;