mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
16 lines
264 B
C++
16 lines
264 B
C++
|
#pragma once
|
||
|
|
||
|
#include "phBoundCapsuleList.hpp"
|
||
|
|
||
|
namespace rage
|
||
|
{
|
||
|
|
||
|
class phBoundComposite
|
||
|
{
|
||
|
public:
|
||
|
char pad_0000[112]; //0x0000
|
||
|
class phBoundCapsuleList* m_bound_capsule_list; //0x0070
|
||
|
}; //Size: 0x0078
|
||
|
static_assert(sizeof(phBoundComposite) == 0x78);
|
||
|
|
||
|
}
|