mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-03 09:41:49 +00:00
7 lines
99 B
C++
7 lines
99 B
C++
#pragma once
|
|
|
|
namespace signatures
|
|
{
|
|
const std::string& get_err_reason();
|
|
bool process();
|
|
} |