فهرست منبع

moved includes out of namespace

Karroffel 8 سال پیش
والد
کامیت
ac51c7b141
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      include/godot_cpp/core/String.cpp

+ 1 - 3
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()
 {