mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
fix(CPlayerInfo): Remove pragma warning and added pragma pack 1
This commit is contained in:
parent
8181dce445
commit
72691ce56d
@ -1,7 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable : 4201) // nonstandard extension used: nameless struct/union
|
||||
class netAddress
|
||||
{
|
||||
public:
|
||||
@ -35,6 +33,7 @@ public:
|
||||
}; //Size: 0x0098
|
||||
static_assert(sizeof(netPlayerData) == 0x98);
|
||||
|
||||
#pragma pack(push, 1)
|
||||
class CPlayerInfo
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user