X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.h;h=a4025311ecc17c865de5e134eb6c1d70556208b6;hb=f45528c08776cd2c87a83bf3ec7e1f7fe7b18765;hp=c96f4844f83979109a7adedd48e075d8a536f980;hpb=c3d03cdffce070695ba0520d00667b42b8460087;p=rocksndiamonds.git diff --git a/src/init.h b/src/init.h index c96f4844..a4025311 100644 --- a/src/init.h +++ b/src/init.h @@ -18,14 +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 InitElementProperties(void); void CloseAll(); +void InitJoystick(void); #endif