8 lines
132 B
C++
8 lines
132 B
C++
#pragma once
|
|
#include <utils/nt.hpp>
|
|
|
|
namespace steam_proxy
|
|
{
|
|
const utils::nt::library& get_overlay_module();
|
|
void initialize();
|
|
} |