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/scene/node_impl.h | |
| parent | 440b292c39162284a447b34d3a692143af9fbc87 (diff) | |
Move animation module outside of scene/
Diffstat (limited to 'src/scene/node_impl.h')
| -rw-r--r-- | src/scene/node_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scene/node_impl.h b/src/scene/node_impl.h index 15ee232..aba8c41 100644 --- a/src/scene/node_impl.h +++ b/src/scene/node_impl.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | #include <gfx/scene/node.h> | 3 | #include <gfx/scene/node.h> |
| 4 | 4 | ||
| 5 | #include "types.h" | 5 | #include "../types.h" |
| 6 | 6 | ||
| 7 | #include <math/camera.h> | 7 | #include <math/camera.h> |
| 8 | #include <math/mat4.h> | 8 | #include <math/mat4.h> |
