mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-05-12 07:19:49 -04:00
New build CI
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user