diff options
Diffstat (limited to 'include/core/Godot.hpp')
-rw-r--r-- | include/core/Godot.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/core/Godot.hpp b/include/core/Godot.hpp index 972a00f..0aed17b 100644 --- a/include/core/Godot.hpp +++ b/include/core/Godot.hpp @@ -8,13 +8,13 @@ #include <nativescript/godot_nativescript.h> -#include <CoreTypes.hpp> -#include <Variant.hpp> -#include <Ref.hpp> +#include <core/CoreTypes.hpp> +#include <core/Variant.hpp> +#include <core/Ref.hpp> #include <Object.hpp> -#include <GodotGlobal.hpp> +#include <core/GodotGlobal.hpp> namespace godot { |