Merge pull request #965 from WildRackoon/fix-GDCLASS-fwddeclaration

Fix GDCLASS needs explicit ClassDB fwd declaration
pull/1005/head
Rémi Verschelde 2023-01-19 13:55:14 +01:00
commit 04731d2b78
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 2 additions and 0 deletions

View File

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