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 e60ff4b..8c6e201 100644
--- a/asset.h
+++ b/asset.h
@@ -3,12 +3,13 @@
#include "render.h"
-#define bitmap_asset_count 3
+#define bitmap_asset_count 4
typedef enum {
asset_id_usr = 0,
asset_id_char,
asset_id_bullet,
+ asset_id_enemy,
asset_count
} Asset_ID;