Skip to content

Commit

Permalink
fix AnimBufferState.hpp formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozz3d authored May 26, 2024
1 parent 98e7f18 commit 8dbd8bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions include/RED4ext/Scripting/Natives/AnimBufferState.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#pragma once

#include <cstdint>
#include <RED4ext/NativeTypes.hpp>
#include <RED4ext/Memory/SharedPtr.hpp>
#include <RED4ext/Buffer.hpp>
#include <RED4ext/Memory/SharedPtr.hpp>
#include <RED4ext/NativeTypes.hpp>
#include <cstdint>

namespace RED4ext
{
Expand All @@ -19,11 +19,11 @@ struct AnimBufferState
External,
};

SharedPtr<DeferredDataBufferCopyToken> token; // 00
JobHandle job; // 10
uint32_t requestsCounter; // 18
State state; // 1C
uint8_t unk1E; // 1E
SharedPtr<DeferredDataBufferCopyToken> token; // 00
JobHandle job; // 10
uint32_t requestsCounter; // 18
State state; // 1C
uint8_t unk1E; // 1E
};
RED4EXT_ASSERT_SIZE(AnimBufferState, 0x20);
} // namespace anim
Expand Down

0 comments on commit 8dbd8bd

Please sign in to comment.