mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2026-05-23 06:41:42 +00:00
7 lines
92 B
C++
7 lines
92 B
C++
#pragma once
|
|
|
|
namespace signatures
|
|
{
|
|
std::string get_err_reason();
|
|
bool process();
|
|
} |