diff options
author | Karroffel <therzog@mail.de> | 2017-07-24 14:23:09 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-07-24 17:08:52 +0200 |
commit | c27af379b82bae4a3c2b0bc661b9e9e624cbdb51 (patch) | |
tree | 46e4006bc9cf642b13641d00d90ded085be47812 /src/core/Array.cpp | |
parent | 2195f2e9a806726b3683ab2aee7699422951d4e5 (diff) | |
download | redot-cpp-c27af379b82bae4a3c2b0bc661b9e9e624cbdb51.tar.gz |
updated to use the new NativeScript and GDNative interface
Diffstat (limited to 'src/core/Array.cpp')
-rw-r--r-- | src/core/Array.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/Array.cpp b/src/core/Array.cpp index bb388c4..5ba66b2 100644 --- a/src/core/Array.cpp +++ b/src/core/Array.cpp @@ -2,8 +2,6 @@ #include <cstdlib> -#include <godot/godot_array.h> - #include "Variant.hpp" namespace godot { |