X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.h;h=375e7aaddcfc0d07407d91d80e5486f9bce18397;hb=bed74efa98d15a3f6497c9cc721785c6e7387c07;hp=09663191c0fc6c78c9e12880c8f027ca024a62b9;hpb=5ac8c94a3ddf49203587787f3cb0d85052e51d55;p=super-star-trek.git diff --git a/sst.h b/sst.h index 0966319..375e7aa 100644 --- a/sst.h +++ b/sst.h @@ -316,8 +316,10 @@ char *device[NDEVICES+1] = { "D. S. Probe"}; #endif +#ifndef TRUE #define TRUE (1) #define FALSE (0) +#endif #define IHR 'R' #define IHK 'K' @@ -392,7 +394,7 @@ double square(double); void dropin(int, int*, int*); void newcnd(void); void sortkl(void); -void move(void); +void imove(void); void ram(int, int, int, int); void crmena(int, int, int, int, int); void deadkl(int, int, int, int, int); @@ -420,3 +422,8 @@ void debugme(void); void attakreport(void); void movetho(void); void probe(void); +void clearscreen(void); +void iostart(int); +void ioend(void); +void getline(char *, int); +void commandhook(char *, int);