From cf193ce71bd1f13cebcafac718c124640c912060 Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 21 Jul 2024 20:24:19 +1000 Subject: gun mesh --- asset.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'asset.h') 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, -- cgit v1.2.3-54-g00ecf