fix github workflow error

This commit is contained in:
huoji
2023-10-09 16:56:33 +08:00
parent 0ab028ced9
commit 8452314ba1
4 changed files with 2 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
#include "script_engine.h"
extern "C" int luaopen_cjson(lua_State * L);
namespace ScriptEngine {
std::string luaPath;
std::map<std::string, lua_State*> pluginEnvs;