rnd-19970921-src
[rocksndiamonds.git] / src / init.h
index f292c532ee88220ceaf2b4eae99bbaa89e487f32..a4025311ecc17c865de5e134eb6c1d70556208b6 100644 (file)
@@ -10,8 +10,6 @@
 *               q99492@pbhrzx.uni-paderborn.de             *
 *----------------------------------------------------------*
 *  init.h                                                  *
-*                                                          *
-*  Letzte Aenderung: 15.06.1995                            *
 ***********************************************************/
 
 #ifndef INIT_H
 #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