t7x/src/client/component/steam_proxy.hpp

9 lines
145 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();
2022-09-29 12:15:40 -04:00
const char* get_player_name();
2022-09-26 12:39:01 -04:00
}