aboutsummaryrefslogtreecommitdiff
path: root/src/asset/model.c
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/asset/model.c
parent440b292c39162284a447b34d3a692143af9fbc87 (diff)
Move animation module outside of scene/
Diffstat (limited to 'src/asset/model.c')
-rw-r--r--src/asset/model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset/model.c b/src/asset/model.c
index df116fb..f5131d2 100644
--- a/src/asset/model.c
+++ b/src/asset/model.c
@@ -85,10 +85,10 @@
85#include "gfx_assert.h" 85#include "gfx_assert.h"
86#include "scene/model_impl.h" 86#include "scene/model_impl.h"
87 87
88#include <gfx/animation.h>
88#include <gfx/core.h> 89#include <gfx/core.h>
89#include <gfx/gfx.h> 90#include <gfx/gfx.h>
90#include <gfx/render/llr.h> 91#include <gfx/render/llr.h>
91#include <gfx/scene/animation.h>
92#include <gfx/scene/camera.h> 92#include <gfx/scene/camera.h>
93#include <gfx/scene/node.h> 93#include <gfx/scene/node.h>
94#include <gfx/scene/object.h> 94#include <gfx/scene/object.h>