Added copy constructors and assignment operators to Array and Dictionary
This commit is contained in:
@@ -13,6 +13,8 @@ class Dictionary {
|
||||
godot_dictionary _godot_dictionary;
|
||||
public:
|
||||
Dictionary();
|
||||
Dictionary(const Dictionary & other);
|
||||
Dictionary & operator=(const Dictionary & other);
|
||||
|
||||
void clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user