iw7-mod/src/client/component/steam_proxy.hpp
Skull Merlin 9ffc0e07f8 stuff
2022-05-24 04:34:44 +03:00

7 lines
112 B
C++

#pragma once
#include <utils/nt.hpp>
namespace steam_proxy
{
const utils::nt::library& get_overlay_module();
}