aboutsummaryrefslogtreecommitdiff
path: root/asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'asset.h')
-rw-r--r--asset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/asset.h b/asset.h
index 23b0893..2650f61 100644
--- a/asset.h
+++ b/asset.h
@@ -3,13 +3,14 @@
#include "render.h"
-#define bitmap_asset_count 4
+#define bitmap_asset_count 5
typedef enum {
asset_id_usr = 0,
asset_id_char,
asset_id_bullet,
asset_id_enemy,
+ asset_id_map,
asset_count
} Asset_ID;