X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fglobal.h;h=1a6e77ada027f16d3a4aeb211b26a1a965960702;hb=d4b0925a000fb490f5ade0feecdd4781fc8d0bd5;hp=2d30f24ecc522297252bfab894fb4241d6685cef;hpb=2d235297197dd0c325184f7fc401d9c5c41c2616;p=rocksndiamonds.git diff --git a/src/game_em/global.h b/src/game_em/global.h index 2d30f24e..1a6e77ad 100644 --- a/src/game_em/global.h +++ b/src/game_em/global.h @@ -24,7 +24,11 @@ extern unsigned char linear_to_ulaw[65536]; int open_all(void); void close_all(void); +#if 1 +void readjoy(byte, int); +#else void readjoy(byte); +#endif void input_eventloop(void); void blitscreen(void);