X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fglobal.h;fp=src%2Fgame_em%2Fglobal.h;h=7dfbdca965c030c9d25be3f417d78bfb3c66b99a;hb=1b285de069191476ea03c37904dc7184d73548f4;hp=34238421697e9d76c4c053527accd7b3dec746d7;hpb=422c23d3171044fdf20ec2a713e2659f265e4890;p=rocksndiamonds.git diff --git a/src/game_em/global.h b/src/game_em/global.h index 34238421..7dfbdca9 100644 --- a/src/game_em/global.h +++ b/src/game_em/global.h @@ -19,9 +19,7 @@ void game_init_cave_buffers(void); void play_sound(int, int, int); void play_element_sound(int, int, int, int); -void logic_players(void); -void logic_objects(void); -void logic_globals(void); +void logic(void); int cleanup_em_level(unsigned char *, int, char *); void convert_em_level(unsigned char *, int);