diff options
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" |