diff options
Diffstat (limited to 'asset.h')
-rw-r--r-- | asset.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,10 +3,12 @@ #include "render.h" -#define bitmap_asset_count 1 +#define bitmap_asset_count 3 typedef enum { asset_id_usr = 0, + asset_id_char, + asset_id_bullet, asset_count } Asset_ID; |