X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fglobal.h;fp=src%2Fgame_em%2Fglobal.h;h=00b190c61abf1bc67bbcb99c640f0aa8ca33ec5e;hb=fbc0c609bdd53fdab1d4f3b2b680dbe22aad3515;hp=40d4e2ccb50d5425a96153d5667d1ae1538524f4;hpb=3599495bc09feaadb7a4d3ce970e7ee6649b171e;p=rocksndiamonds.git diff --git a/src/game_em/global.h b/src/game_em/global.h index 40d4e2cc..00b190c6 100644 --- a/src/game_em/global.h +++ b/src/game_em/global.h @@ -3,9 +3,14 @@ #include "main_em.h" + +/* global variables */ + extern int frame; +extern int screen_x, screen_y; + -/* all global function prototypes */ +/* global function prototypes */ void readjoy(byte, struct PLAYER *);