Merge pull request #965 from WildRackoon/fix-GDCLASS-fwddeclaration
Fix GDCLASS needs explicit ClassDB fwd declarationpull/1005/head
commit
04731d2b78
|
@ -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