X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.h;h=7e0734b824338f36efc6e259bd8990e9789b7f7c;hb=458c7ff54123a67012af3d60d1c83e7a43b8eb74;hp=0e3e52419e4fcf22b69cc4a9c728269811c238c3;hpb=e29006d00a2962f32312e31bf142f77a99bde04d;p=super-star-trek.git diff --git a/sst.h b/sst.h index 0e3e524..7e0734b 100644 --- a/sst.h +++ b/sst.h @@ -444,6 +444,8 @@ 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;