Skip to content

Commit

Permalink
update red4ext.sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Nats-ji committed Mar 7, 2024
1 parent 88eb19d commit 7d85c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/RED4ext.SDK
Submodule RED4ext.SDK updated 41 files
+1 −1 CMakeLists.txt
+0 −4 cmake/pch.hpp.in
+0 −205 include/RED4ext/Addresses.hpp
+1 −0 include/RED4ext/Api/Runtime.hpp
+2 −0 include/RED4ext/Api/Version.hpp
+2 −1 include/RED4ext/Api/v0/Runtime.hpp
+1 −0 include/RED4ext/Api/v0/Version.hpp
+5 −5 include/RED4ext/CNamePool-inl.hpp
+8 −8 include/RED4ext/CString-inl.hpp
+198 −0 include/RED4ext/Detail/AddressHashes.hpp
+2 −2 include/RED4ext/DynArray.hpp
+2 −2 include/RED4ext/GameEngine-inl.hpp
+2 −2 include/RED4ext/Handle.hpp
+6 −6 include/RED4ext/ISerializable-inl.hpp
+11 −11 include/RED4ext/JobQueue-inl.hpp
+8 −8 include/RED4ext/Memory/Allocators.hpp
+2 −2 include/RED4ext/Memory/SharedPtr.hpp
+2 −2 include/RED4ext/Memory/Vault-inl.hpp
+3 −3 include/RED4ext/RTTISystem-inl.hpp
+30 −30 include/RED4ext/RTTITypes-inl.hpp
+3 −3 include/RED4ext/RTTITypes.hpp
+67 −0 include/RED4ext/Relocation-inl.hpp
+76 −11 include/RED4ext/Relocation.hpp
+2 −2 include/RED4ext/ResourceDepot-inl.hpp
+2 −2 include/RED4ext/ResourceLoader-inl.hpp
+7 −7 include/RED4ext/ResourceLoader.hpp
+1 −1 include/RED4ext/Scripting/CProperty.hpp
+5 −5 include/RED4ext/Scripting/Functions-inl.hpp
+3 −3 include/RED4ext/Scripting/Functions.hpp
+3 −3 include/RED4ext/Scripting/IScriptable-inl.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/cp/PlayerSystem.hpp
+1 −1 include/RED4ext/Scripting/Natives/Generated/quest/ICharacterConditionType.hpp
+13 −13 include/RED4ext/Scripting/Natives/gameIAttachmentSlotsListener.hpp
+9 −9 include/RED4ext/Scripting/Natives/gameITransactionSystem.hpp
+2 −2 include/RED4ext/Scripting/OpcodeHandlers-inl.hpp
+2 −2 include/RED4ext/Scripting/Stack-inl.hpp
+2 −2 include/RED4ext/SortedArray.hpp
+3 −3 include/RED4ext/SystemUpdate-inl.hpp
+4 −4 include/RED4ext/TweakDB-inl.hpp
+1 −1 include/RED4ext/Version.hpp
+6 −0 src/Relocation.cpp
1 change: 1 addition & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ target("RED4ext.SDK")
add_files("vendor/RED4ext.SDK/src/**.cpp")
add_headerfiles("vendor/RED4ext.SDK/include/**.hpp")
add_includedirs("vendor/RED4ext.SDK/include/", { public = true })
add_syslinks("User32")

target("cet_mod_manager")
set_default(false)
Expand Down

0 comments on commit 7d85c84

Please sign in to comment.