mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2025-01-11 03:22:12 +08:00
fix(fwEntity): Align data to 4 bytes
This commit is contained in:
parent
ade425031f
commit
db6e47d0f2
@ -6,6 +6,7 @@
|
||||
|
||||
namespace rage
|
||||
{
|
||||
#pragma pack(push, 4)
|
||||
class fwEntity
|
||||
{
|
||||
public:
|
||||
@ -25,4 +26,5 @@ namespace rage
|
||||
uint32_t m_damage_bits; //0x0188
|
||||
}; //Size: 0x018C
|
||||
static_assert(sizeof(fwEntity) == 0x18C);
|
||||
#pragma pack(pop)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user