Add missing declaration for utils::is_running_on_wine()

This commit is contained in:
goaaats 2025-03-24 19:16:52 +01:00
parent 30cadef34b
commit daeb923f6d

View file

@ -267,6 +267,8 @@ namespace utils {
return get_env_list<T>(unicode::convert<std::wstring>(pcszName).c_str());
}
bool is_running_on_wine();
std::filesystem::path get_module_path(HMODULE hModule);
/// @brief Find the game main window.