summaryrefslogtreecommitdiff
path: root/asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'asset.h')
-rw-r--r--asset.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/asset.h b/asset.h
index a569202..370ad15 100644
--- a/asset.h
+++ b/asset.h
@@ -31,6 +31,16 @@ struct Mesh;
asset_type_texture, \
"brick.bc1" \
) \
+ x( \
+ asset_id_floorboards_texture, \
+ asset_type_texture, \
+ "floorboards.bc1" \
+ ) \
+ x( \
+ asset_id_floorboardsbot_texture, \
+ asset_type_texture, \
+ "floorboardsbot.bc1" \
+ ) \
typedef enum {
#define x(id, type, path) id,