aboutsummaryrefslogtreecommitdiff
path: root/src/render/llr_impl.h
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-10-30 20:08:53 -0700
committer3gg <3gg@shellblade.net>2025-10-30 20:08:53 -0700
commit6fde17649f7404e79a17d4d8f96662d03011aca1 (patch)
treea93738b26dab567fe551b62e2a4bd1b1556460b1 /src/render/llr_impl.h
parent440b292c39162284a447b34d3a692143af9fbc87 (diff)
Move animation module outside of scene/HEADmain
Diffstat (limited to 'src/render/llr_impl.h')
-rw-r--r--src/render/llr_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/llr_impl.h b/src/render/llr_impl.h
index 1c08b03..c85ad15 100644
--- a/src/render/llr_impl.h
+++ b/src/render/llr_impl.h
@@ -3,7 +3,7 @@
3#include <gfx/render/llr.h> 3#include <gfx/render/llr.h>
4#include <gfx/sizes.h> 4#include <gfx/sizes.h>
5 5
6#include "scene/types.h" 6#include "../types.h"
7 7
8#include <math/mat4.h> 8#include <math/mat4.h>
9#include <math/vec3.h> 9#include <math/vec3.h>