X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fglobal.h;fp=src%2Fgame_em%2Fglobal.h;h=9789ffb738f57854fa61b0baa6ba3aafda09860a;hb=dd04ac635e8722c7f5de3b34fec011925b33808f;hp=3040e3152e4042f942f279283ec6c283f61c230f;hpb=d7bde1388f184dfb73b68c977917462e02f9b61f;p=rocksndiamonds.git diff --git a/src/game_em/global.h b/src/game_em/global.h index 3040e315..9789ffb7 100644 --- a/src/game_em/global.h +++ b/src/game_em/global.h @@ -13,7 +13,8 @@ void close_all(void); void readjoy(byte, struct PLAYER *); void game_initscreen(void); -void game_init_vars(void); +void game_init_random(void); +void game_init_cave_buffers(void); void play_sound(int, int, int); void play_element_sound(int, int, int, int);