summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/core/Variant.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/Variant.cpp
parent92e1f553ec7b6c609a8503a0d9bbf21f236a9805 (diff)
downloadredot-cpp-632c953e4211eeddf9932918a26f0d2101c3fc38.tar.gz
buuunch of stuff
Diffstat (limited to 'include/godot_cpp/core/Variant.cpp')
-rw-r--r--include/godot_cpp/core/Variant.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/godot_cpp/core/Variant.cpp b/include/godot_cpp/core/Variant.cpp
index f6fc0ac..edb7672 100644
--- a/include/godot_cpp/core/Variant.cpp
+++ b/include/godot_cpp/core/Variant.cpp
@@ -1,10 +1,10 @@
-#include "Variant.h"
+#include "Variant.hpp"
#include <godot/godot_variant.h>
-#include "Defs.h"
+#include "Defs.hpp"
-#include "CoreTypes.h"
+#include "CoreTypes.hpp"
#include <iostream>