h1-mod/src/client/component/steam_proxy.hpp

7 lines
112 B
C++
Raw Normal View History

2022-02-03 14:05:24 -05:00
#pragma once
#include <utils/nt.hpp>
namespace steam_proxy
{
const utils::nt::library& get_overlay_module();
}