* Remove most unused WIN32 stuff.
[matthijs/ABM2.git] / ABM2 / Engine / engine.h
index 58bb4c42dc58058044b79989b56a71d577468ea4..79660d20c51f99fd5cffc385599bb818a7bbd418 100755 (executable)
@@ -20,9 +20,6 @@
 #include <cmath>\r
 #include <ctime>\r
 \r
-#ifdef WIN32\r
-#include <windows.h>\r
-#endif\r
 #include "porting.h"\r
 \r
 //even though resource.h is technically a Win32-resource file, it's just a bunch of defines, so it's ok (and necessary)\r
@@ -66,4 +63,10 @@ enum SpriteID {
        SPR_PLAYER,\r
 };\r
 \r
+enum {\r
+       SPR_SUB_BRICK = 0,\r
+       SPR_SUB_SOLID = 1,\r
+       SPR_SUB_CLEAR = 2,\r
+};\r
+\r
 #endif\r