summaryrefslogtreecommitdiff
path: root/asset.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-30 23:54:23 +1000
committerquou <quou@disroot.org>2024-07-30 23:54:35 +1000
commit2ddc36906c45e3abfda6154d6595d2db68a93b5c (patch)
tree97de8b880b26d95676272836c289fcd1a473a782 /asset.h
parente4dc6fb9870e81679695f0ecf179bb2b58f03937 (diff)
floor and ceiling
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,