diff options
Diffstat (limited to 'test/src/example.h')
-rw-r--r-- | test/src/example.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/example.h b/test/src/example.h index c181f0d..6857be2 100644 --- a/test/src/example.h +++ b/test/src/example.h @@ -100,6 +100,7 @@ public: void test_tarray_arg(const TypedArray<int64_t> &p_array); TypedArray<Vector2> test_tarray() const; Dictionary test_dictionary() const; + Example *test_node_argument(Example *p_node) const; // Property. void set_custom_position(const Vector2 &pos); |