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

8 lines
132 B
C++
Raw Normal View History

2022-05-24 04:34:44 +03:00
#pragma once
#include <utils/nt.hpp>
namespace steam_proxy
{
const utils::nt::library& get_overlay_module();
2023-12-21 19:40:09 +02:00
void initialize();
2022-05-24 04:34:44 +03:00
}