X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.h;h=c96f4844f83979109a7adedd48e075d8a536f980;hb=c3d03cdffce070695ba0520d00667b42b8460087;hp=f292c532ee88220ceaf2b4eae99bbaa89e487f32;hpb=d0893e6987c21c25ec137438a18cfe1288362139;p=rocksndiamonds.git diff --git a/src/init.h b/src/init.h index f292c532..c96f4844 100644 --- a/src/init.h +++ b/src/init.h @@ -10,8 +10,6 @@ * q99492@pbhrzx.uni-paderborn.de * *----------------------------------------------------------* * init.h * -* * -* Letzte Aenderung: 15.06.1995 * ***********************************************************/ #ifndef INIT_H @@ -20,12 +18,14 @@ #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(); #endif