Bläddra i källkod

fixed forward decl

Nickolai Korshunov 7 år sedan
förälder
incheckning
a049a34f28
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      include/core/Ref.hpp

+ 1 - 2
include/core/Ref.hpp

@@ -3,10 +3,9 @@
 
 #include "Variant.hpp"
 #include "GodotGlobal.hpp"
+#include "../Reference.hpp"
 
 namespace godot {
-class Reference;
-class Object;
 
 // Replicates Godot's Ref<T> behavior
 // Rewritten from f5234e70be7dec4930c2d5a0e829ff480d044b1d.