X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.h;h=b8bc9b0b5c04c2f700c90932b651199919927934;hp=f292c532ee88220ceaf2b4eae99bbaa89e487f32;hb=3ae3dff29ac1a6022b1e5af414ba2c99391148c8;hpb=d0893e6987c21c25ec137438a18cfe1288362139 diff --git a/src/init.h b/src/init.h index f292c532..b8bc9b0b 100644 --- a/src/init.h +++ b/src/init.h @@ -1,17 +1,14 @@ /*********************************************************** * Rocks'n'Diamonds -- McDuffin Strikes Back! * *----------------------------------------------------------* -* ©1995 Artsoft Development * -* Holger Schemel * -* 33659 Bielefeld-Senne * -* Telefon: (0521) 493245 * -* eMail: aeglos@valinor.owl.de * -* aeglos@uni-paderborn.de * -* q99492@pbhrzx.uni-paderborn.de * +* (c) 1995-98 Artsoft Entertainment * +* Holger Schemel * +* Oststrasse 11a * +* 33604 Bielefeld * +* phone: ++49 +521 290471 * +* email: aeglos@valinor.owl.de * *----------------------------------------------------------* * init.h * -* * -* Letzte Aenderung: 15.06.1995 * ***********************************************************/ #ifndef INIT_H @@ -20,12 +17,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 CloseAllAndExit(int); +void InitJoysticks(void); #endif