summaryrefslogtreecommitdiffstats
path: root/include/core/Dictionary.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/Dictionary.hpp')
-rw-r--r--include/core/Dictionary.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/Dictionary.hpp b/include/core/Dictionary.hpp
index 238724d..ec496af 100644
--- a/include/core/Dictionary.hpp
+++ b/include/core/Dictionary.hpp
@@ -13,6 +13,8 @@ class Dictionary {
godot_dictionary _godot_dictionary;
public:
Dictionary();
+ Dictionary(const Dictionary & other);
+ Dictionary & operator=(const Dictionary & other);
void clear();