mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
d81f392e61
* feat(Script): Ported BBv2 script classes * fix: Change hard tab indents to 4 width space indents
12 lines
230 B
C++
12 lines
230 B
C++
#pragma once
|
|
|
|
#include "CCameraManagerAngles.hpp"
|
|
|
|
class CGameCameraAngles
|
|
{
|
|
public:
|
|
CCameraManagerAngles* m_angles; //0x0000
|
|
char pad_0008[56]; //0x0008
|
|
}; //Size: 0x0040
|
|
static_assert(sizeof(CGameCameraAngles) == 0x40);
|