h1-mod/src/client/component/steam_proxy.hpp
2022-02-03 11:05:24 -08:00

7 lines
112 B
C++

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