Full support for 64-bit Linux

This commit is contained in:
acidicoala
2025-09-28 21:05:01 +05:00
parent d03f95adb7
commit 265829f434
10 changed files with 82 additions and 39 deletions

View File

@@ -8,7 +8,7 @@
#define DLL_EXPORT(TYPE) extern "C" [[maybe_unused]] __declspec(dllexport) TYPE __cdecl
namespace smoke_api {
void init(void* module_handle);
void init(void* self_module_handle);
void shutdown();
AppId_t get_app_id();