diff options
author | Thomas Herzog <thomas.herzog@mail.com> | 2017-12-16 10:26:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-16 10:26:39 +0100 |
commit | bde1ce384fa0e9244ee5fb67c81fceb4c96e1f1d (patch) | |
tree | e2632b2919efaade1f7596c6f2cc946be79da41f /include/core/Godot.hpp | |
parent | 03380c0cefa368c9d615e6cc2948dbdb10148355 (diff) | |
parent | 575b2f4d1406291bf280da8f9b22e72cb022ad10 (diff) | |
download | redot-cpp-bde1ce384fa0e9244ee5fb67c81fceb4c96e1f1d.tar.gz |
Merge pull request #57 from Grosskopf/master
Fixed building
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 { |