mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Add missing declaration for utils::is_running_on_wine()
This commit is contained in:
parent
30cadef34b
commit
daeb923f6d
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue