X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fglobal.h;h=34238421697e9d76c4c053527accd7b3dec746d7;hb=41759a7c6f2280ab6895fbee41d616a2864c9a18;hp=8e5a8f58cde8a68f98893ddda85a946a3160d4ff;hpb=39e6654ab29b4ddea7a34616c5e72e69acf0b028;p=rocksndiamonds.git diff --git a/src/game_em/global.h b/src/game_em/global.h index 8e5a8f58..34238421 100644 --- a/src/game_em/global.h +++ b/src/game_em/global.h @@ -3,13 +3,14 @@ #include "main_em.h" -extern int frame; -/* all global function prototypes */ +/* global variables */ + +extern int frame; +extern int screen_x, screen_y; -void readjoy(byte, struct PLAYER *); -void tab_generate(void); +/* global function prototypes */ void game_initscreen(void); void game_init_random(void);