summaryrefslogtreecommitdiff
path: root/asset.h
diff options
context:
space:
mode:
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,