From 8313dc2387e35bd69b01a23fbbc12fc0e6946993 Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 28 Jul 2024 14:31:12 +1000 Subject: brick texture --- asset.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'asset.h') 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, -- cgit v1.2.3-54-g00ecf