Sync with KoalaBox

This commit is contained in:
acidicoala
2025-09-19 02:14:17 +05:00
parent 3544436df7
commit a7b95fc907
16 changed files with 366 additions and 556 deletions

View File

@@ -12,7 +12,7 @@ namespace steam_interfaces {
* such as in the case of late injection.
*/
void hook_steamclient_interface(
HMODULE steamclient_handle,
void* steamclient_handle,
const std::string& steam_client_interface_version
) noexcept;
}