Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
fix github workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
huoji120 committed Oct 9, 2023
1 parent 0ab028c commit 8452314
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion csgo2/csgo2.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
<ClInclude Include="hooks.h" />
<ClInclude Include="interface.h" />
<ClInclude Include="lua-cjson\fpconv.h" />
<ClInclude Include="lua-cjson\lua_cjson.h" />
<ClInclude Include="lua-cjson\strbuf.h" />
<ClInclude Include="lua\lapi.h" />
<ClInclude Include="lua\lauxlib.h" />
Expand Down
3 changes: 0 additions & 3 deletions csgo2/csgo2.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,6 @@
<ClInclude Include="sdk\public\Vector_Sdk.h">
<Filter>头文件\sdk\public</Filter>
</ClInclude>
<ClInclude Include="lua-cjson\lua_cjson.h">
<Filter>源文件\script_engine\lua_cjson</Filter>
</ClInclude>
<ClInclude Include="lua-cjson\strbuf.h">
<Filter>源文件\script_engine\lua_cjson</Filter>
</ClInclude>
Expand Down
1 change: 0 additions & 1 deletion csgo2/head.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@ 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"
2 changes: 2 additions & 0 deletions csgo2/script_engine.cpp
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 8452314

Please sign in to comment.