diff options
Diffstat (limited to 'test/src/example.h')
-rw-r--r-- | test/src/example.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/src/example.h b/test/src/example.h index 7f3dfaa..6d88cf1 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; @@ -194,6 +195,8 @@ public: GDVIRTUAL1(_do_something_virtual_with_control, Control *); String test_use_engine_singleton() const; + + static String test_library_path(); }; VARIANT_ENUM_CAST(Example::Constants); |