New build CI

This commit is contained in:
acidicoala
2025-10-03 21:34:20 +05:00
parent ac9c1a3fcc
commit 509b70c0b0
7 changed files with 26 additions and 26 deletions

View File

@@ -125,9 +125,7 @@ namespace {
}
void init_lib_monitor() {
#if defined(KB_WIN) || defined(KB_64)
kb::lib_monitor::init_listener({{STEAMCLIENT_DLL, on_steamclient_loaded}});
#endif
}
std::optional<AppId_t> get_app_id_from_env() noexcept {

View File

@@ -2,11 +2,6 @@
#include "smoke_api/types.hpp"
// 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* self_module_handle);
void shutdown();