diff options
Diffstat (limited to 'game/menus/FloatingWindowSubScene.h')
-rw-r--r-- | game/menus/FloatingWindowSubScene.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/menus/FloatingWindowSubScene.h b/game/menus/FloatingWindowSubScene.h index a0bd854..1ce7c38 100644 --- a/game/menus/FloatingWindowSubScene.h +++ b/game/menus/FloatingWindowSubScene.h @@ -1,6 +1,6 @@ #pragma once -#include "types.h" +#include <crepe/types.h> #include <crepe/api/Scene.h> class FloatingWindowSubScene { |