moved includes out of namespace
This commit is contained in:
parent
b9e5611cfb
commit
ac51c7b141
@ -2,13 +2,11 @@
|
|||||||
|
|
||||||
#include "NodePath.hpp"
|
#include "NodePath.hpp"
|
||||||
|
|
||||||
namespace godot {
|
|
||||||
|
|
||||||
|
|
||||||
#include <godot/godot_string.h>
|
#include <godot/godot_string.h>
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
namespace godot {
|
||||||
|
|
||||||
godot::String::String()
|
godot::String::String()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user