X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsst.h;h=9aaf5a53519462682a7646077085c87f89da437f;hp=89cb16f69c58261d0f9bdede84062b9f1af2dce4;hb=3fad5b50fc2950c556a55e39a78e7129353af0b1;hpb=6332f1c7917206e23f408ebb505c483416b84e5b diff --git a/src/sst.h b/src/sst.h index 89cb16f..9aaf5a5 100644 --- a/src/sst.h +++ b/src/sst.h @@ -383,10 +383,10 @@ void sortkl(void); void imove(void); void ram(bool, int, coord); void crmena(bool, int, enum loctype, coord w); -void deadkl(coord, int, int, int); +void deadkl(coord, int, coord); void timwrp(void); void movcom(void); -void torpedo(double, double, int, int, double *, int, int); +void torpedo(double, double, coord, double *, int, int); void huh(void); void pause_game(int); void nova(coord);