From b37b5398a6afa940acd1138bde922a70838f33af Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 4 Jul 2025 10:37:01 -0700 Subject: Add the new low-level renderer, shared between the imm and scene graph renderer. LLR integration with the scene graph renderer not yet done. --- src/scene/object_impl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/scene/object_impl.h') diff --git a/src/scene/object_impl.h b/src/scene/object_impl.h index ead93f1..e864e53 100644 --- a/src/scene/object_impl.h +++ b/src/scene/object_impl.h @@ -4,8 +4,6 @@ #include "types.h" -#include - typedef struct MeshLink { mesh_idx mesh; mesh_link_idx next; // Next MeshLink in the list. -- cgit v1.2.3