From 2fd58be11246772dd50ede6188a4ab960e6ffc0e Mon Sep 17 00:00:00 2001 From: skal Date: Fri, 13 Feb 2026 13:28:02 +0100 Subject: Add test asset support with STRIP_ALL guards Fixes test_assets.cc compilation by adding missing test asset IDs and procedural generators. Test-specific code is protected with DEMO_STRIP_ALL to exclude from release builds. Co-Authored-By: Claude Sonnet 4.5 --- workspaces/test/test_assets/test_image.tga | Bin 0 -> 34 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 workspaces/test/test_assets/test_image.tga (limited to 'workspaces/test/test_assets/test_image.tga') diff --git a/workspaces/test/test_assets/test_image.tga b/workspaces/test/test_assets/test_image.tga new file mode 100644 index 0000000..21009e9 Binary files /dev/null and b/workspaces/test/test_assets/test_image.tga differ -- cgit v1.2.3