This commit is contained in:
2026-07-19 15:39:52 +04:00
parent 721833bb50
commit f02f4d73f0
6 changed files with 18671 additions and 9 deletions
+2
View File
@@ -420,6 +420,8 @@ namespace moonwell
wxl::runtime::modules::RegisterBoot("moonwell", &InstallBoot);
wxl::runtime::modules::Register(
"moonwell-character-create-camera", &InstallCharacterCreateCamera);
wxl::runtime::modules::Register(
"moonwell-encounter-journal-models", &InstallEncounterJournalModelPreview);
wxl::runtime::modules::Register("moonwell-log-flush", &InstallRuntimeLogFlush);
}
} g_registration;