diff options
| author | Rackoon <32634987+WildRackoon@users.noreply.github.com> | 2022-12-16 13:49:10 +0100 |
|---|---|---|
| committer | Rackoon <32634987+WildRackoon@users.noreply.github.com> | 2022-12-16 13:49:10 +0100 |
| commit | 72d537fd95aaac524fe8edb1d34e55468e0a3799 (patch) | |
| tree | 2614423f7f5ef653a682be7f294f151e9c544158 | |
| parent | c20ecea090dc0d6fa31f4b72b95dc1f304736546 (diff) | |
| download | redot-cpp-72d537fd95aaac524fe8edb1d34e55468e0a3799.tar.gz | |
Fix GDCLASS needs explicit ClassDB fwd declaration
| -rw-r--r-- | include/godot_cpp/classes/wrapped.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/godot_cpp/classes/wrapped.hpp b/include/godot_cpp/classes/wrapped.hpp index 1d15f6d..29f48bb 100644 --- a/include/godot_cpp/classes/wrapped.hpp +++ b/include/godot_cpp/classes/wrapped.hpp @@ -41,6 +41,8 @@ namespace godot { +class ClassDB; + typedef void GodotObject; // Base for all engine classes, to contain the pointer to the engine instance. |
