X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fglobal.h;fp=src%2Fgame_em%2Fglobal.h;h=70f240ecbcf17c16eeb71bbffee9886c4a3f2fea;hb=96c2871c2efdc7f3e6edf49841409eb8e38a78e1;hp=9789ffb738f57854fa61b0baa6ba3aafda09860a;hpb=54a50915b53f8ceac54f315663efddeec3a966fa;p=rocksndiamonds.git diff --git a/src/game_em/global.h b/src/game_em/global.h index 9789ffb7..70f240ec 100644 --- a/src/game_em/global.h +++ b/src/game_em/global.h @@ -7,11 +7,10 @@ extern int frame; /* all global function prototypes */ -int open_all(void); -void close_all(void); - void readjoy(byte, struct PLAYER *); +void tab_generate(void); + void game_initscreen(void); void game_init_random(void); void game_init_cave_buffers(void);