Skip to content

Commit

Permalink
Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Jul 20, 2024
1 parent f9bdd99 commit 13402ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/RED4ext.SDK
Submodule RED4ext.SDK updated 34 files
+9 −0 include/RED4ext/Buffer-inl.hpp
+6 −4 include/RED4ext/Buffer.hpp
+10 −2 include/RED4ext/CName.hpp
+23 −9 include/RED4ext/DynArray.hpp
+1 −1 include/RED4ext/GameEngine.hpp
+1 −1 include/RED4ext/JobQueue-inl.hpp
+3 −3 include/RED4ext/Memory/Pool.hpp
+54 −54 include/RED4ext/Memory/Utils.hpp
+30 −0 include/RED4ext/Mutex-inl.hpp
+34 −0 include/RED4ext/Mutex.hpp
+12 −3 include/RED4ext/NativeTypes.hpp
+6 −6 include/RED4ext/Package.hpp
+2 −0 include/RED4ext/RED4ext.hpp
+10 −8 include/RED4ext/RTTISystem.hpp
+126 −47 include/RED4ext/RTTITypes.hpp
+4 −4 include/RED4ext/ResourceLoader.hpp
+20 −12 include/RED4ext/ResourcePath.hpp
+4 −2 include/RED4ext/Scripting/Natives/AnimKeyFrames.hpp
+11 −0 include/RED4ext/Scripting/Natives/Generated/ent/AnimationControllerComponent.hpp
+7 −7 include/RED4ext/Scripting/Natives/animAnimationBufferCompressed.hpp
+2 −2 include/RED4ext/Scripting/Natives/animRig.hpp
+106 −0 include/RED4ext/Scripting/Natives/entAnimationControllerComponent.hpp
+1 −1 include/RED4ext/Scripting/Natives/inkHUDLayer.hpp
+1 −1 include/RED4ext/Scripting/Natives/inkMultiChildren.hpp
+4 −4 include/RED4ext/Scripting/Natives/inkWidget.hpp
+2 −2 include/RED4ext/Scripting/Natives/inkWorldLayer.hpp
+1 −40 include/RED4ext/SharedMutex.hpp
+14 −14 include/RED4ext/SharedSpinLock-inl.hpp
+45 −0 include/RED4ext/SharedSpinLock.hpp
+17 −5 include/RED4ext/Span.hpp
+17 −17 include/RED4ext/TweakDB-inl.hpp
+4 −4 include/RED4ext/TweakDB.hpp
+1 −1 src/Mutex.cpp
+5 −0 src/SharedSpinLock.cpp

0 comments on commit 13402ac

Please sign in to comment.