diff options
author | Karroffel <therzog@mail.de> | 2017-07-24 14:23:09 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-07-24 17:08:52 +0200 |
commit | c27af379b82bae4a3c2b0bc661b9e9e624cbdb51 (patch) | |
tree | 46e4006bc9cf642b13641d00d90ded085be47812 /include/core/Vector2.hpp | |
parent | 2195f2e9a806726b3683ab2aee7699422951d4e5 (diff) | |
download | redot-cpp-c27af379b82bae4a3c2b0bc661b9e9e624cbdb51.tar.gz |
updated to use the new NativeScript and GDNative interface
Diffstat (limited to 'include/core/Vector2.hpp')
-rw-r--r-- | include/core/Vector2.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/Vector2.hpp b/include/core/Vector2.hpp index 9cdde2a..da45ccf 100644 --- a/include/core/Vector2.hpp +++ b/include/core/Vector2.hpp @@ -1,7 +1,7 @@ #ifndef VECTOR2_H #define VECTOR2_H -#include <godot/godot_vector2.h> +#include <godot/vector2.h> #include "Defs.hpp" |