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.
2 parents 3dd9bf1 + 799af34 commit 9ae37acCopy full SHA for 9ae37ac
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