X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ABM2%2FEngine%2Fengine.h;h=78a7e8be49c9e9b8279b06bb4f1d3dad5465ded9;hb=736410d1c7278c0d3290f0cb67705473c87cb3c5;hp=6a3ac35ac883b2d0d5c35a2c055207a86f1dff47;hpb=357a451150c18b27f99cecd5f9d13be1ae5a9fdf;p=matthijs%2FABM2.git diff --git a/ABM2/Engine/engine.h b/ABM2/Engine/engine.h index 6a3ac35..78a7e8b 100755 --- a/ABM2/Engine/engine.h +++ b/ABM2/Engine/engine.h @@ -23,6 +23,7 @@ #ifdef WIN32 #include #endif +#include "porting.h" //even though resource.h is technically a Win32-resource file, it's just a bunch of defines, so it's ok (and necessary) #include "resource.h" @@ -57,4 +58,14 @@ #include "misc.h" #include "math.h" +/** Where should this be? */ +enum SpriteID { + SPR_NONE = 0, + SPR_FIELD, + SPR_SOLID, + SPR_BRICK, + SPR_BLANK, + SPR_PLAYER, +}; + #endif