summaryrefslogtreecommitdiff
path: root/asset.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-21 20:24:19 +1000
committerquou <quou@disroot.org>2024-07-21 20:24:19 +1000
commitcf193ce71bd1f13cebcafac718c124640c912060 (patch)
tree46fda104cd6c99c88bb67c7e993e0ec28f0eb4ae /asset.h
parente50e53b3ea82926ab01858e5728e489bd38d6878 (diff)
gun mesh
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 c0346b7..35496bf 100644
--- a/asset.h
+++ b/asset.h
@@ -16,6 +16,11 @@ struct Mesh;
asset_type_mesh, \
"monkey.msh" \
) \
+ x( \
+ asset_id_gun_mesh, \
+ asset_type_mesh, \
+ "gun.msh" \
+ ) \
typedef enum {
#define x(id, type, path) id,