增加luaApi_HttpGet和luaApi_HttpPost

This commit is contained in:
huoji
2023-10-09 16:41:40 +08:00
parent 9e579530c5
commit 0ab028ced9
35 changed files with 5603 additions and 10 deletions

View File

@@ -62,3 +62,5 @@ static void DebugPrintA(const char* format, ...) {
#include "script_callbacks.h"
#include "timer.h"
#include "weapon.h"
#include "lua-cjson/lua_cjson.h"
#include "Server.h"