add tests for quest indexes and function compiler

This commit is contained in:
Martin Michelsen
2025-10-21 22:52:35 -07:00
parent 790363adb5
commit be4c7f80cb
11 changed files with 66 additions and 17 deletions
+2 -2
View File
@@ -440,8 +440,8 @@ struct ServerState : public std::enable_shared_from_this<ServerState> {
void load_ep3_cards();
void load_ep3_maps();
void load_ep3_tournament_state();
void load_quest_index();
void compile_functions();
void load_quest_index(bool raise_on_any_failure = false);
void compile_functions(bool raise_on_any_failure = false);
void load_dol_files();
void load_all(bool enable_thread_pool);