moved includes out of namespace
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…
Reference in New Issue