summaryrefslogtreecommitdiff
path: root/asset.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-28 14:31:12 +1000
committerquou <quou@disroot.org>2024-07-28 14:31:12 +1000
commit8313dc2387e35bd69b01a23fbbc12fc0e6946993 (patch)
tree54414faa45f814f7c0d236a460fe7a15b16ffd6a /asset.h
parent95387c4f2f656b86ec81bd01ea9473b41baea76a (diff)
brick texture
Diffstat (limited to 'asset.h')
-rw-r--r--asset.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/asset.h b/asset.h
index 91bb2fe..a569202 100644
--- a/asset.h
+++ b/asset.h
@@ -26,6 +26,11 @@ struct Mesh;
asset_type_texture, \
"gun.bc1" \
) \
+ x( \
+ asset_id_brick_texture, \
+ asset_type_texture, \
+ "brick.bc1" \
+ ) \
typedef enum {
#define x(id, type, path) id,