mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-03 17:51:51 +00:00
Add pluto patches to compiler
This commit is contained in:
@ -5,10 +5,12 @@ namespace gsc
|
||||
namespace function
|
||||
{
|
||||
void add(const std::string& name, const game::BuiltinFunction function);
|
||||
const std::unordered_map<std::string, game::BuiltinFunction>& get();
|
||||
}
|
||||
|
||||
namespace method
|
||||
{
|
||||
void add(const std::string& name, const game::BuiltinMethod method);
|
||||
const std::unordered_map<std::string, game::BuiltinMethod>& get();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user