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 /include | |
| parent | 440b292c39162284a447b34d3a692143af9fbc87 (diff) | |
Move animation module outside of scene/
Diffstat (limited to 'include')
| -rw-r--r-- | include/gfx/animation.h (renamed from include/gfx/scene/animation.h) | 1 | ||||
| -rw-r--r-- | include/gfx/scene.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/gfx/scene/animation.h b/include/gfx/animation.h index 11d8984..b55e575 100644 --- a/include/gfx/scene/animation.h +++ b/include/gfx/animation.h | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | // TODO: Move outside of scene/ | ||
| 2 | #pragma once | 1 | #pragma once |
| 3 | 2 | ||
| 4 | #include <gfx/sizes.h> | 3 | #include <gfx/sizes.h> |
diff --git a/include/gfx/scene.h b/include/gfx/scene.h index e9a6a89..3098221 100644 --- a/include/gfx/scene.h +++ b/include/gfx/scene.h | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #include <gfx/scene/animation.h> | ||
| 4 | #include <gfx/scene/camera.h> | 3 | #include <gfx/scene/camera.h> |
| 5 | #include <gfx/scene/model.h> | 4 | #include <gfx/scene/model.h> |
| 6 | #include <gfx/scene/node.h> | 5 | #include <gfx/scene/node.h> |
