X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_em%2Fglobal.h;h=7dfbdca965c030c9d25be3f417d78bfb3c66b99a;hb=1d35e75d3e0a040a61fcdfb38c25811e68052230;hp=9789ffb738f57854fa61b0baa6ba3aafda09860a;hpb=dd04ac635e8722c7f5de3b34fec011925b33808f;p=rocksndiamonds.git diff --git a/src/game_em/global.h b/src/game_em/global.h index 9789ffb7..7dfbdca9 100644 --- a/src/game_em/global.h +++ b/src/game_em/global.h @@ -3,14 +3,14 @@ #include "main_em.h" -extern int frame; -/* all global function prototypes */ +/* global variables */ + +extern int frame; +extern int screen_x, screen_y; -int open_all(void); -void close_all(void); -void readjoy(byte, struct PLAYER *); +/* global function prototypes */ void game_initscreen(void); void game_init_random(void); @@ -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_1(void); -void logic_2(void); -void logic_3(void); +void logic(void); int cleanup_em_level(unsigned char *, int, char *); void convert_em_level(unsigned char *, int);