MCPcopy Create free account
hub / github.com/acidicoala/SmokeAPI / init_proxy_mode

Function init_proxy_mode

src/smoke_api/smoke_api.cpp:252–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 }
251
252 void init_proxy_mode([[maybe_unused]] void* self_module_handle) {
253 is_hook_mode = false;
254
255 original_steamapi_handle = kb::lib::load_original_library(kb::paths::get_self_dir(), STEAM_API_MODULE);
256#ifdef KB_LINUX
257 proxy_exports::init(self_module_handle, original_steamapi_handle);
258#endif
259 }
260}
261
262namespace smoke_api {

Callers 1

initFunction · 0.85

Calls 1

initFunction · 0.70

Tested by

no test coverage detected