Switch to DLL_MAIN helper

This commit is contained in:
acidicoala
2025-09-20 07:36:49 +05:00
parent 89fbd9e06c
commit b4a9e8fd79
4 changed files with 8 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ constexpr auto STEAM_GAME_SERVER = "SteamGameServer";
namespace smoke_api {
void init(HMODULE module_handle);
void init(void* module_handle);
void shutdown();
AppId_t get_app_id();