changed "http" to "https" in URLs
[rocksndiamonds.git] / src / game_em / game_em.h
index 50d64e7e5ef6b9cf48fa544b76566f4a808767ad..6f0904749b2c16feb705067b51944bd0287d562e 100644 (file)
@@ -1,21 +1,19 @@
-/***********************************************************
-* Artsoft Retro-Game Library                               *
-*----------------------------------------------------------*
-* (c) 1994-2002 Artsoft Entertainment                      *
-*               Holger Schemel                             *
-*               Detmolder Strasse 189                      *
-*               33604 Bielefeld                            *
-*               Germany                                    *
-*               e-mail: info@artsoft.org                   *
-*----------------------------------------------------------*
-* game_em.h                                                *
-***********************************************************/
+// ============================================================================
+// Rocks'n'Diamonds - McDuffin Strikes Back!
+// ----------------------------------------------------------------------------
+// (c) 1995-2014 by Artsoft Entertainment
+//                         Holger Schemel
+//                 info@artsoft.org
+//                 https://www.artsoft.org/
+// ----------------------------------------------------------------------------
+// game_em.h
+// ============================================================================
 
 #ifndef GAME_EM_H
 #define GAME_EM_H
 
 #define GAME_EM_VERSION_1_0_0
 
-extern void em_main();
+#include "export.h"
 
-#endif /* GAME_EM_H */
+#endif /* GAME_EM_H */