|
@@ -60,6 +60,13 @@ extern "C" {
|
|
#define GDAPI GDCALLINGCONV
|
|
#define GDAPI GDCALLINGCONV
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+// This is for libraries *using* the header, NOT GODOT EXPOSING STUFF!!
|
|
|
|
+#ifdef _WIN32
|
|
|
|
+#define GDN_EXPORT __declspec(dllexport)
|
|
|
|
+#else
|
|
|
|
+#define GDN_EXPORT
|
|
|
|
+#endif
|
|
|
|
+
|
|
#include <stdbool.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdint.h>
|
|
|
|
|