X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.h;h=a4025311ecc17c865de5e134eb6c1d70556208b6;hb=e2d2518810a4ab32f6dfd32faa83869307b3aa3d;hp=f292c532ee88220ceaf2b4eae99bbaa89e487f32;hpb=d0893e6987c21c25ec137438a18cfe1288362139;p=rocksndiamonds.git diff --git a/src/init.h b/src/init.h index f292c532..a4025311 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,7 @@ #include "main.h" void OpenAll(int, char **); -void InitDisplay(int, char **); -void InitSound(void); -void InitSoundProcess(void); -void InitJoystick(void); -void InitWindow(int, char **); -void InitGfx(void); void CloseAll(); +void InitJoystick(void); #endif