forgot to add one

This commit is contained in:
m 2024-02-21 08:11:01 -06:00
parent a12f996892
commit 0f6d032b01

View File

@ -124,7 +124,9 @@ namespace steam
::utils::nt::library::load(steam_path / "tier0_s64.dll");
::utils::nt::library::load(steam_path / "vstdlib_s64.dll");
#ifdef LOAD_STEAM_OVERLAY
::utils::nt::library::load(steam_path / "gameoverlayrenderer64.dll");
#endif
::utils::nt::library::load(steam_path / "steamclient64.dll");
steam_proxy::initialize();