| 169 | } |
| 170 | |
| 171 | void init_lib_monitor() { |
| 172 | kb::lib_monitor::init_listener({{STEAMCLIENT_DLL, on_steamclient_loaded}}); |
| 173 | } |
| 174 | |
| 175 | std::optional<AppId_t> get_app_id_from_env() noexcept { |
| 176 | if(const auto app_id_str = kb::util::get_env("SteamAppId")) { |