rnd-19980930-3
[rocksndiamonds.git] / src / misc.c
index 8a17d8c3a1437719ea803e932ad489f75a12c3e6..253a8d7fcee20e336a05b27b9b68843987a34c32 100644 (file)
@@ -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 <pwd.h>
 #include <unistd.h>
 #include <time.h>
 #include <sys/param.h>
 #include <sys/types.h>
 
+#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 };