diff options
author | Ramesh Ravone <ramesh.maran443@gmail.com> | 2017-10-03 16:07:34 +0530 |
---|---|---|
committer | Ramesh Ravone <ramesh.maran443@gmail.com> | 2017-10-03 16:07:34 +0530 |
commit | 10bb24cfbc21a9cb6591a311052d63c53c498573 (patch) | |
tree | 0e065c28d6f2f162ae68b9f2c072bfe21cf56914 /include/core/Vector2.hpp | |
parent | def39f4862f8d2340db45d3a41903b59e37e3eda (diff) | |
download | redot-cpp-10bb24cfbc21a9cb6591a311052d63c53c498573.tar.gz |
updated bindings
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 da45ccf..3372f99 100644 --- a/include/core/Vector2.hpp +++ b/include/core/Vector2.hpp @@ -1,7 +1,7 @@ #ifndef VECTOR2_H #define VECTOR2_H -#include <godot/vector2.h> +#include <gdnative/vector2.h> #include "Defs.hpp" |