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 5cc32a6..e9565f9 100644
--- a/test/src/example.h
+++ b/test/src/example.h
@@ -88,6 +88,8 @@ public:
int def_args(int p_a = 100, int p_b = 200);
Array test_array() const;
+ void test_tarray_arg(const TypedArray<int64_t> &p_array);
+ TypedArray<Vector2> test_tarray() const;
Dictionary test_dictionary() const;
// Property.