mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-06 06:10:06 +03:00
Fix GDCLASS needs explicit ClassDB fwd declaration
This commit is contained in:
@@ -41,6 +41,8 @@
|
|||||||
|
|
||||||
namespace godot {
|
namespace godot {
|
||||||
|
|
||||||
|
class ClassDB;
|
||||||
|
|
||||||
typedef void GodotObject;
|
typedef void GodotObject;
|
||||||
|
|
||||||
// Base for all engine classes, to contain the pointer to the engine instance.
|
// Base for all engine classes, to contain the pointer to the engine instance.
|
||||||
|
|||||||
Reference in New Issue
Block a user