diff options
Diffstat (limited to 'include/core/Array.hpp')
-rw-r--r-- | include/core/Array.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/Array.hpp b/include/core/Array.hpp index 2005740..2320568 100644 --- a/include/core/Array.hpp +++ b/include/core/Array.hpp @@ -22,6 +22,8 @@ class Array { godot_array _godot_array; public: Array(); + Array(const Array & other); + Array & operator=(const Array & other); Array(const PoolByteArray& a); |