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 7f3dfaa..59c907a 100644 --- a/test/src/example.h +++ b/test/src/example.h @@ -134,6 +134,7 @@ public: String test_str_utility() const; bool test_string_is_forty_two(const String &p_str) const; String test_string_resize(String p_original) const; + TypedArray<PackedInt32Array> test_typed_array_of_packed() const; int test_vector_ops() const; int test_vector_init_list() const; |