t7x/src/client/component/steam_proxy.hpp
2022-09-26 18:39:01 +02:00

8 lines
113 B
C++

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