From 6fde17649f7404e79a17d4d8f96662d03011aca1 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Thu, 30 Oct 2025 20:08:53 -0700 Subject: Move animation module outside of scene/ --- src/scene/object_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scene/object_impl.h') diff --git a/src/scene/object_impl.h b/src/scene/object_impl.h index b7a0752..1b14cb5 100644 --- a/src/scene/object_impl.h +++ b/src/scene/object_impl.h @@ -2,7 +2,7 @@ #include -#include "types.h" +#include "../types.h" typedef struct MeshLink { mesh_idx mesh; -- cgit v1.2.3