diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-24 19:03:06 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-24 19:03:06 +0100 |
commit | be5ccbe24086d5d4fb407f268c649dcbc36eda6b (patch) | |
tree | 12fae6d0758d0f26bf42d9a1438e2d021b411467 /src/crepe/api/Scene.h | |
parent | fa283385d43030eca4833c1992da99e472bb5a0a (diff) |
Diffstat (limited to 'src/crepe/api/Scene.h')
-rw-r--r-- | src/crepe/api/Scene.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crepe/api/Scene.h b/src/crepe/api/Scene.h index 22aadab..f6fdb2a 100644 --- a/src/crepe/api/Scene.h +++ b/src/crepe/api/Scene.h @@ -1,8 +1,9 @@ #pragma once -#include "util/OptionalRef.h" #include <string> +#include "../util/OptionalRef.h" + namespace crepe { class SceneManager; |