aboutsummaryrefslogtreecommitdiff
path: root/src/doc/feature/scene.dox
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-24 19:03:06 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-24 19:03:06 +0100
commitbe5ccbe24086d5d4fb407f268c649dcbc36eda6b (patch)
tree12fae6d0758d0f26bf42d9a1438e2d021b411467 /src/doc/feature/scene.dox
parentfa283385d43030eca4833c1992da99e472bb5a0a (diff)
nitpick #50HEADmaster
Diffstat (limited to 'src/doc/feature/scene.dox')
-rw-r--r--src/doc/feature/scene.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/feature/scene.dox b/src/doc/feature/scene.dox
index bac1c87..d81df4c 100644
--- a/src/doc/feature/scene.dox
+++ b/src/doc/feature/scene.dox
@@ -36,7 +36,7 @@ concrete scene to be added.
#include <crepe/api/LoopManager.h>
#include <crepe/api/GameObject.h>
#include <crepe/api/Scene.h>
-#include <crepe/util/types.h>
+#include <crepe/types.h>
using namespace crepe;