X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.h;h=b8bc9b0b5c04c2f700c90932b651199919927934;hp=a4025311ecc17c865de5e134eb6c1d70556208b6;hb=50c422d96b6da2c0412b6bd3763e9d1a029a6014;hpb=b7d31643c9c84104fb3ebef778e545928610ff65 diff --git a/src/init.h b/src/init.h index a4025311..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,7 +17,7 @@ #include "main.h" void OpenAll(int, char **); -void CloseAll(); -void InitJoystick(void); +void CloseAllAndExit(int); +void InitJoysticks(void); #endif