Explorar o código

Fix GDCLASS needs explicit ClassDB fwd declaration

Rackoon %!s(int64=2) %!d(string=hai) anos
pai
achega
72d537fd95
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      include/godot_cpp/classes/wrapped.hpp

+ 2 - 0
include/godot_cpp/classes/wrapped.hpp

@@ -41,6 +41,8 @@
 
 namespace godot {
 
+class ClassDB;
+
 typedef void GodotObject;
 
 // Base for all engine classes, to contain the pointer to the engine instance.