Skip to content

Commit

Permalink
Bump red4ext to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 committed Feb 21, 2024
1 parent 21ed6af commit 29a525a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/red4ext/deps/red4ext.sdk
Submodule red4ext.sdk updated 35 files
+1 −1 CMakeLists.txt
+0 −4 cmake/pch.hpp.in
+0 −205 include/RED4ext/Addresses.hpp
+2 −0 include/RED4ext/Api/Version.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
+82 −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/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

0 comments on commit 29a525a

Please sign in to comment.