X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Finit.h;h=43970fd33f65d0d71050c4a6217f99b66a921711;hb=a5a03e15b395ba1942c180d1cd0d3a4f43b87f56;hp=f292c532ee88220ceaf2b4eae99bbaa89e487f32;hpb=d0893e6987c21c25ec137438a18cfe1288362139;p=rocksndiamonds.git diff --git a/src/init.h b/src/init.h index f292c532..43970fd3 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,15 @@ #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(); #endif