removed unused array for SDL key state
[rocksndiamonds.git] / src / game_em / game_em.h
index 5f994115853cb6baf8a22c1b46171c75cd362eeb..6b25a1f034d890b7c9abf203a380218cbb4a1ed5 100644 (file)
@@ -4,7 +4,7 @@
 // (c) 1995-2014 by Artsoft Entertainment
 //                         Holger Schemel
 //                 info@artsoft.org
-//                 http://www.artsoft.org/
+//                 https://www.artsoft.org/
 // ----------------------------------------------------------------------------
 // game_em.h
 // ============================================================================
@@ -14,6 +14,7 @@
 
 #define GAME_EM_VERSION_1_0_0
 
-#include "export.h"
+#include "import_em.h"
+#include "export_em.h"
 
 #endif /* GAME_EM_H */