X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.h;h=b8bc9b0b5c04c2f700c90932b651199919927934;hp=c96f4844f83979109a7adedd48e075d8a536f980;hb=3ae3dff29ac1a6022b1e5af414ba2c99391148c8;hpb=c3d03cdffce070695ba0520d00667b42b8460087 diff --git a/src/init.h b/src/init.h index c96f4844..b8bc9b0b 100644 --- a/src/init.h +++ b/src/init.h @@ -1,13 +1,12 @@ /*********************************************************** * 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 * ***********************************************************/ @@ -18,14 +17,7 @@ #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(); +void CloseAllAndExit(int); +void InitJoysticks(void); #endif