X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmisc.c;h=253a8d7fcee20e336a05b27b9b68843987a34c32;hp=8a17d8c3a1437719ea803e932ad489f75a12c3e6;hb=b2a0ff1ddd4430110b331129469dabb8ea7b6ba7;hpb=01a14ec659822082594be0304cc701f816043ad9 diff --git a/src/misc.c b/src/misc.c index 8a17d8c3..253a8d7f 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,22 +1,16 @@ /*********************************************************** * 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 * *----------------------------------------------------------* * misc.c * ***********************************************************/ -#include "misc.h" -#include "tools.h" -#include "sound.h" -#include "random.h" - #include #include #include @@ -24,6 +18,11 @@ #include #include +#include "misc.h" +#include "tools.h" +#include "sound.h" +#include "random.h" + static unsigned long mainCounter(int mode) { static struct timeval base_time = { 0, 0 };