Fix GDCLASS needs explicit ClassDB fwd declaration
parent
c20ecea090
commit
72d537fd95
|
@ -41,6 +41,8 @@
|
|||
|
||||
namespace godot {
|
||||
|
||||
class ClassDB;
|
||||
|
||||
typedef void GodotObject;
|
||||
|
||||
// Base for all engine classes, to contain the pointer to the engine instance.
|
||||
|
|
Loading…
Reference in New Issue