diff options
| author | 3gg <3gg@shellblade.net> | 2025-10-30 20:08:53 -0700 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-10-30 20:08:53 -0700 |
| commit | 6fde17649f7404e79a17d4d8f96662d03011aca1 (patch) | |
| tree | a93738b26dab567fe551b62e2a4bd1b1556460b1 /src/memory.c | |
| parent | 440b292c39162284a447b34d3a692143af9fbc87 (diff) | |
Move animation module outside of scene/
Diffstat (limited to 'src/memory.c')
| -rw-r--r-- | src/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memory.c b/src/memory.c index 3481791..a4d6920 100644 --- a/src/memory.c +++ b/src/memory.c | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | #include <gfx/scene/camera.h> | 3 | #include <gfx/scene/camera.h> |
| 4 | #include <gfx/sizes.h> | 4 | #include <gfx/sizes.h> |
| 5 | 5 | ||
| 6 | #include "animation_impl.h" | ||
| 6 | #include "render/llr_impl.h" | 7 | #include "render/llr_impl.h" |
| 7 | #include "scene/animation_impl.h" | ||
| 8 | #include "scene/model_impl.h" | 8 | #include "scene/model_impl.h" |
| 9 | #include "scene/node_impl.h" | 9 | #include "scene/node_impl.h" |
| 10 | #include "scene/object_impl.h" | 10 | #include "scene/object_impl.h" |
