summaryrefslogtreecommitdiffstats
path: root/test/src/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/example.h')
-rw-r--r--test/src/example.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/example.h b/test/src/example.h
index 6d88cf1..a28deff 100644
--- a/test/src/example.h
+++ b/test/src/example.h
@@ -129,6 +129,8 @@ public:
int test_tarray_arg(const TypedArray<int64_t> &p_array);
TypedArray<Vector2> test_tarray() const;
Dictionary test_dictionary() const;
+ int test_tdictionary_arg(const TypedDictionary<String, int64_t> &p_dictionary);
+ TypedDictionary<Vector2, Vector2i> test_tdictionary() const;
Example *test_node_argument(Example *p_node) const;
String test_string_ops() const;
String test_str_utility() const;