aboutsummaryrefslogtreecommitdiff
path: root/src/llr/light.c
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-07-04 10:37:01 -0700
committer3gg <3gg@shellblade.net>2025-07-04 10:37:01 -0700
commitb37b5398a6afa940acd1138bde922a70838f33af (patch)
tree9ff988e0412d4210362b52f82fbe723e734b6228 /src/llr/light.c
parent1ec46bead3cf87971a2329f9ef4ddde5a0c48325 (diff)
Add the new low-level renderer, shared between the imm and scene graph renderer. LLR integration with the scene graph renderer not yet done.
Diffstat (limited to 'src/llr/light.c')
-rw-r--r--src/llr/light.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/llr/light.c b/src/llr/light.c
index 168f16a..1d1c40d 100644
--- a/src/llr/light.c
+++ b/src/llr/light.c
@@ -1,4 +1,4 @@
1#include "../scene/light_impl.h" 1#include "light_impl.h"
2 2
3#include "../scene/node_impl.h" 3#include "../scene/node_impl.h"
4#include "../scene/scene_memory.h" 4#include "../scene/scene_memory.h"