summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/core/Vector3.cpp
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-03-06 08:49:24 +0100
committerKarroffel <therzog@mail.de>2017-03-06 08:49:24 +0100
commit632c953e4211eeddf9932918a26f0d2101c3fc38 (patch)
tree34f11acb2246c6ddc0d49e436daafb2cfc22069d /include/godot_cpp/core/Vector3.cpp
parent92e1f553ec7b6c609a8503a0d9bbf21f236a9805 (diff)
downloadredot-cpp-632c953e4211eeddf9932918a26f0d2101c3fc38.tar.gz
buuunch of stuff
Diffstat (limited to 'include/godot_cpp/core/Vector3.cpp')
-rw-r--r--include/godot_cpp/core/Vector3.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/godot_cpp/core/Vector3.cpp b/include/godot_cpp/core/Vector3.cpp
index 64043f6..b73362d 100644
--- a/include/godot_cpp/core/Vector3.cpp
+++ b/include/godot_cpp/core/Vector3.cpp
@@ -1,13 +1,13 @@
-#include "Vector3.h"
+#include "Vector3.hpp"
-#include "String.h"
+#include "String.hpp"
#include <stdlib.h>
#include <cmath>
-#include "Basis.h"
+#include "Basis.hpp"
namespace godot {