Fix GDCLASS needs explicit ClassDB fwd declaration

pull/965/head
Rackoon 2022-12-16 13:49:10 +01:00
parent c20ecea090
commit 72d537fd95
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.