removed unused array for SDL key state
[rocksndiamonds.git] / src / game_em / game_em.h
index 41747810631f72623ee9455b0944cfb6a92cf463..6b25a1f034d890b7c9abf203a380218cbb4a1ed5 100644 (file)
@@ -1,21 +1,20 @@
-/***********************************************************
-* Artsoft Retro-Game Library                               *
-*----------------------------------------------------------*
-* (c) 1994-2006 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
 
-#include "export.h"
+#include "import_em.h"
+#include "export_em.h"
 
 #endif /* GAME_EM_H */