mods: untested code (YOLO)

This commit is contained in:
2025-05-18 16:48:11 +02:00
parent 6239fb8a10
commit b25aeb38a5
11 changed files with 368 additions and 26 deletions

View File

@ -66,6 +66,8 @@ namespace game
[[nodiscard]] bool VirtualLobby_Loaded();
[[nodiscard]] HANDLE Sys_OpenFileReliable(const char* filename);
[[nodiscard]] bool is_headless();
void show_error(const std::string& text, const std::string& title = "Error");
}