summaryrefslogtreecommitdiffstats
path: root/include/core/Array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/Array.hpp')
-rw-r--r--include/core/Array.hpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/core/Array.hpp b/include/core/Array.hpp
index 9a39b35..1b60788 100644
--- a/include/core/Array.hpp
+++ b/include/core/Array.hpp
@@ -1,16 +1,6 @@
#ifndef ARRAY_H
#define ARRAY_H
-#if defined(_WIN32)
-# ifdef _GD_CPP_CORE_API_IMPL
-# define GD_CPP_CORE_API __declspec(dllexport)
-# else
-# define GD_CPP_CORE_API __declspec(dllimport)
-# endif
-#else
-# define GD_CPP_CORE_API
-#endif
-
#include <godot/godot_array.h>
#include "String.hpp"
@@ -28,7 +18,7 @@ class PoolColorArray;
class Object;
-class GD_CPP_CORE_API Array {
+class Array {
godot_array _godot_array;
public:
Array();