64-bit proxy mode for Linux

This commit is contained in:
acidicoala
2025-09-24 22:37:53 +05:00
parent 81a8ef42ab
commit 59d45c9dab
7 changed files with 33 additions and 19 deletions

View File

@@ -9,12 +9,11 @@ constexpr auto STEAM_USER = "SteamUser";
constexpr auto STEAM_INVENTORY = "STEAMINVENTORY_INTERFACE_V";
constexpr auto STEAM_GAME_SERVER = "SteamGameServer";
// IMPORTANT: DLL_EXPORT is hardcoded in exports_generator.cpp,
// IMPORTANT: DLL_EXPORT is hardcoded in windows_exports_generator.cpp & linux_exports_generator.cpp,
// so any name changes here must be reflected there as well.
#define DLL_EXPORT(TYPE) extern "C" [[maybe_unused]] __declspec(dllexport) TYPE __cdecl
namespace smoke_api {
void init(void* module_handle);
void shutdown();