Fix proxy mode 2

This commit is contained in:
acidicoala
2025-09-05 18:05:30 +05:00
parent 61ff1df065
commit 6b4b7610f4
2 changed files with 19 additions and 27 deletions

View File

@@ -14,8 +14,6 @@ constexpr auto STEAM_GAME_SERVER = "SteamGameServer";
#define DLL_EXPORT(TYPE) extern "C" [[maybe_unused]] __declspec(dllexport) TYPE __cdecl
namespace smoke_api {
extern HMODULE steamapi_module;
extern bool hook_mode;
void init(HMODULE module_handle);
void shutdown();