aboutsummaryrefslogtreecommitdiff
path: root/asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'asset.h')
-rw-r--r--asset.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/asset.h b/asset.h
index 68a1e0b..e60ff4b 100644
--- a/asset.h
+++ b/asset.h
@@ -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;