t7x/src/client/component/steam_proxy.hpp

8 lines
113 B
C++
Raw Normal View History

2022-09-26 12:39:01 -04:00
#pragma once
#include <utils/nt.hpp>
namespace steam_proxy
{
const utils::nt::library& get_overlay_module();
}