We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use of undeclared identifier 'set_typed'
1 parent 55a86ba commit 799af34Copy full SHA for 799af34
1 file changed
include/godot_cpp/core/defs.hpp
@@ -35,6 +35,10 @@
35
#include <type_traits>
36
#include <utility>
37
38
+#if __has_include(<godot_cpp/core/version.hpp>)
39
+#include <godot_cpp/core/version.hpp>
40
+#endif
41
+
42
namespace godot {
43
44
#if !defined(GDE_EXPORT)
0 commit comments