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