Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Jan 12, 2025
1 parent e89b547 commit ec70904
Show file tree
Hide file tree
Showing 11 changed files with 35,004 additions and 29,608 deletions.
2 changes: 1 addition & 1 deletion ChaosMod/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else()
target_link_options(ChaosMod PRIVATE -static)
endif()

target_include_directories(ChaosMod PRIVATE ${PROJECT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/../vendor ${PROJECT_SOURCE_DIR}/../vendor/websocketpp)
target_include_directories(ChaosMod PRIVATE ${PROJECT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/../vendor ${PROJECT_SOURCE_DIR}/../vendor/lua/include ${PROJECT_SOURCE_DIR}/../vendor/websocketpp)

set(link_libs shv minhook lua54 winmm d3dcompiler xinput)

Expand Down
2 changes: 1 addition & 1 deletion ChaosMod/Components/LuaScripts.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define SOL_ALL_SAFETIES_ON 1
#define SOL_SAFE_NUMERICS 1
#include <sol3/sol.hpp>
#include <sol/sol.hpp>

#include <json.hpp>

Expand Down
4 changes: 0 additions & 4 deletions ChaosMod/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
#include <scripthookv/inc/main.h>
#include <scripthookv/inc/natives.h>

#define SOL_ALL_SAFETIES_ON 1
#define SOL_SAFE_NUMERICS 1
#include <sol3/sol.hpp>

#define WIN32_LEAN_AND_MEAN
#include <windows.h>

Expand Down
Loading

0 comments on commit ec70904

Please sign in to comment.