Merge pull request #563 from LinwoodCloud/master
commit
3de367920f
|
@ -47,6 +47,8 @@
|
|||
|
||||
#include "GodotGlobal.hpp"
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
namespace godot {
|
||||
namespace detail {
|
||||
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
#include "Vector2.hpp"
|
||||
#include "Vector3.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace godot {
|
||||
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#include "GodotGlobal.hpp"
|
||||
#include "Object.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace godot {
|
||||
|
||||
|
|
Loading…
Reference in New Issue