mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-04-20 05:25:44 +00:00
14 lines
241 B
C++
14 lines
241 B
C++
#pragma once
|
|
|
|
namespace gsc
|
|
{
|
|
namespace function
|
|
{
|
|
void add(const std::string& name, const game::BuiltinFunction function);
|
|
}
|
|
|
|
namespace method
|
|
{
|
|
void add(const std::string& name, const game::BuiltinMethod method);
|
|
}
|
|
} |