X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fglobal.h;h=b3c5ceaa266ae529f0895d2fcc123297b210d924;hb=05806ade9f17db7227484a6b04b2e13654079b32;hp=2da0ec8eb61a19c265d343d36ade15105a8146d3;hpb=61c3da024802ecc0268bab42d7499fc0346e4fd3;p=rocksndiamonds.git diff --git a/src/game_em/global.h b/src/game_em/global.h index 2da0ec8e..b3c5ceaa 100644 --- a/src/game_em/global.h +++ b/src/game_em/global.h @@ -14,10 +14,6 @@ extern int debug; extern char *progname; extern char *arg_basedir; -#if 0 -extern int TILEX, TILEY; -#endif - extern int frame; extern short ulaw_to_linear[256]; @@ -28,19 +24,13 @@ extern unsigned char linear_to_ulaw[65536]; int open_all(void); void close_all(void); -#if 1 void readjoy(byte, struct PLAYER *); -#else -void readjoy(byte); -#endif void input_eventloop(void); void blitscreen(void); void game_initscreen(void); void game_animscreen(void); -void DrawGameDoorValues_EM(); - void play_sound(int, int, int); void sound_play(void);