diff options
Diffstat (limited to 'test/src/example.h')
-rw-r--r-- | test/src/example.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/example.h b/test/src/example.h index 7f3dfaa..e9bfa95 100644 --- a/test/src/example.h +++ b/test/src/example.h @@ -194,6 +194,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); |