Modify LUA

This commit is contained in:
2022-09-27 14:28:39 +03:00
parent fb52f01295
commit 842d142a0e
3 changed files with 30 additions and 0 deletions

View File

@@ -36,4 +36,8 @@ namespace LuaAPI {
bool IsFile(const std::string& Path);
std::string ConcatPaths(sol::variadic_args Args);
}
namespace CL {
void SendPacket(int ID, const std::string& Packet);
void SendNotify(int ID, const std::string& Notify);
}
}