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 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,