X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.h;h=a4025311ecc17c865de5e134eb6c1d70556208b6;hp=43970fd33f65d0d71050c4a6217f99b66a921711;hb=b7d31643c9c84104fb3ebef778e545928610ff65;hpb=a5a03e15b395ba1942c180d1cd0d3a4f43b87f56 diff --git a/src/init.h b/src/init.h index 43970fd3..a4025311 100644 --- a/src/init.h +++ b/src/init.h @@ -18,15 +18,7 @@ #include "main.h" void OpenAll(int, char **); -void InitLevelAndPlayerInfo(void); -void InitDisplay(int, char **); -void InitSound(void); -void InitSoundProcess(void); -void InitJoystick(void); -void InitWindow(int, char **); -void InitGfx(void); -void LoadGfx(int, struct PictureFile *); -void InitElementProperties(void); void CloseAll(); +void InitJoystick(void); #endif