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 0ad9493..1af4e5f 100644 --- a/test/src/example.h +++ b/test/src/example.h @@ -186,6 +186,8 @@ public: GDVIRTUAL2R(String, _do_something_virtual, String, int); String test_virtual_implemented_in_script(const String &p_name, int p_value); + + String test_use_engine_singleton() const; }; VARIANT_ENUM_CAST(Example::Constants); |