summaryrefslogtreecommitdiff
path: root/asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'asset.h')
-rw-r--r--asset.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/asset.h b/asset.h
index 370ad15..d3a29a6 100644
--- a/asset.h
+++ b/asset.h
@@ -7,19 +7,14 @@ struct Mesh;
#define assets_xmacro() \
x( \
- asset_id_cube, \
- asset_type_mesh, \
- "cube.msh" \
- ) \
- x( \
- asset_id_monkey, \
+ asset_id_gun_mesh, \
asset_type_mesh, \
- "monkey.msh" \
+ "gun.msh" \
) \
x( \
- asset_id_gun_mesh, \
+ asset_id_guy_mesh, \
asset_type_mesh, \
- "gun.msh" \
+ "guy.msh" \
) \
x( \
asset_id_gun_texture, \
@@ -27,6 +22,11 @@ struct Mesh;
"gun.bc1" \
) \
x( \
+ asset_id_guy_texture, \
+ asset_type_texture, \
+ "guy.bc1" \
+ ) \
+ x( \
asset_id_brick_texture, \
asset_type_texture, \
"brick.bc1" \