diff options
Diffstat (limited to 'test/src/register_types.cpp')
| -rw-r--r-- | test/src/register_types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/register_types.cpp b/test/src/register_types.cpp index 58080d2..5c38241 100644 --- a/test/src/register_types.cpp +++ b/test/src/register_types.cpp @@ -27,6 +27,7 @@ void initialize_example_module(ModuleInitializationLevel p_level) { ClassDB::register_class<ExampleVirtual>(true); ClassDB::register_abstract_class<ExampleAbstractBase>(); ClassDB::register_class<ExampleConcrete>(); + ClassDB::register_runtime_class<ExampleRuntime>(); } void uninitialize_example_module(ModuleInitializationLevel p_level) { |
