diff options
author | Karroffel <therzog@mail.de> | 2017-04-18 00:38:09 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-04-18 00:38:09 +0200 |
commit | ac51c7b141a7a738115235f8dac1d683c32d1d52 (patch) | |
tree | 84f858fa9fa83f64d9f9588f967069a7f072d841 /include/godot_cpp/core/String.cpp | |
parent | b9e5611cfb9e9f04507676bef81cfe2a3abb96b2 (diff) | |
download | redot-cpp-ac51c7b141a7a738115235f8dac1d683c32d1d52.tar.gz |
moved includes out of namespace
Diffstat (limited to 'include/godot_cpp/core/String.cpp')
-rw-r--r-- | include/godot_cpp/core/String.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/godot_cpp/core/String.cpp b/include/godot_cpp/core/String.cpp index e2c2182..da0ca9e 100644 --- a/include/godot_cpp/core/String.cpp +++ b/include/godot_cpp/core/String.cpp @@ -2,13 +2,11 @@ #include "NodePath.hpp" -namespace godot { - - #include <godot/godot_string.h> #include <string.h> +namespace godot { godot::String::String() { |