Added config reload via IPC pipes

This commit is contained in:
acidicoala
2023-01-12 00:25:36 +03:00
parent d52e752723
commit dfbce391a7
4 changed files with 21 additions and 1 deletions

View File

@@ -54,4 +54,6 @@ namespace smoke_api::config {
Vector<DLC> get_extra_dlcs(AppId_t app_id);
bool is_dlc_unlocked(uint32_t app_id, uint32_t dlc_id, const Function<bool()>& original_function);
DLL_EXPORT(void) ReloadConfig();
}