diff options
author | Karroffel <therzog@mail.de> | 2017-03-06 08:49:24 +0100 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-03-06 08:49:24 +0100 |
commit | 632c953e4211eeddf9932918a26f0d2101c3fc38 (patch) | |
tree | 34f11acb2246c6ddc0d49e436daafb2cfc22069d /include/godot_cpp/core/Vector2.cpp | |
parent | 92e1f553ec7b6c609a8503a0d9bbf21f236a9805 (diff) | |
download | redot-cpp-632c953e4211eeddf9932918a26f0d2101c3fc38.tar.gz |
buuunch of stuff
Diffstat (limited to 'include/godot_cpp/core/Vector2.cpp')
-rw-r--r-- | include/godot_cpp/core/Vector2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/godot_cpp/core/Vector2.cpp b/include/godot_cpp/core/Vector2.cpp index cc5beb3..d17f828 100644 --- a/include/godot_cpp/core/Vector2.cpp +++ b/include/godot_cpp/core/Vector2.cpp @@ -1,10 +1,10 @@ -#include "Vector2.h" +#include "Vector2.hpp" #include <cmath> #include <godot/godot_vector2.h> -#include "String.h" +#include "String.hpp" namespace godot { |