chore: New line at end of file

This commit is contained in:
Yimura 2021-09-21 16:11:15 +02:00
parent 367492bc09
commit 8c32e33757
4 changed files with 4 additions and 4 deletions

View File

@ -73,4 +73,4 @@ public:
char pad_0130[12]; //0x0130
uint32_t m_ai_handling_hash; //0x013C
}; //Size: 0x0140
static_assert(sizeof(CHandlingData) == 0x140);
static_assert(sizeof(CHandlingData) == 0x140);

View File

@ -6,4 +6,4 @@ public:
char pad_0000[8]; //0x0000
class CPed *m_local_ped; //0x0008
}; //Size: 0x0010
static_assert(sizeof(CPedFactory) == 0x10);
static_assert(sizeof(CPedFactory) == 0x10);

View File

@ -4,4 +4,4 @@ public:
char pad_0000[24]; //0x0000
uint32_t m_model_hash; //0x0018
}; //Size: 0x001C
static_assert(sizeof(CPedModelInfo) == 0x1C);
static_assert(sizeof(CPedModelInfo) == 0x1C);

View File

@ -65,4 +65,4 @@ public:
uint8_t m_neon_front; //0x0404
uint8_t m_neon_rear; //0x0405
}; //Size: 0x0406
static_assert(sizeof(CVehicleDrawHandler) == 0x406);
static_assert(sizeof(CVehicleDrawHandler) == 0x406);