mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
fix(fwEntity): Remove "class" specifier for rage::fvector3
fwEntity.hpp:29:21: error: typedef 'fvector3' cannot be referenced with a class specifier class rage::fvector3 m_right //0x0060 ^ vector.hpp:12:28: note: declared here typedef vector3<float> fvector3 ^
This commit is contained in:
parent
a49ab7749d
commit
b2c1392758
@ -25,13 +25,13 @@ namespace rage
|
||||
char pad_0038[16]; //0x0038
|
||||
class rage::fwDrawData *m_draw_data; //0x0048
|
||||
char pad_0050[16]; //0x0050
|
||||
class rage::fvector3 m_right; //0x0060
|
||||
rage::fvector3 m_right; //0x0060
|
||||
char pad_006C[4]; //0x006C
|
||||
class rage::fvector3 m_forward; //0x0070
|
||||
rage::fvector3 m_forward; //0x0070
|
||||
char pad_007C[4]; //0x007C
|
||||
class rage::fvector3 m_up; //0x0080
|
||||
rage::fvector3 m_up; //0x0080
|
||||
char pad_008C[4]; //0x008C
|
||||
class rage::fvector3 m_position; //0x0090
|
||||
rage::fvector3 m_position; //0x0090
|
||||
char pad_009C[52]; //0x009C
|
||||
class rage::netObject *m_net_object; //0x00D0
|
||||
char pad_00D8[176]; //0x00D8
|
||||
|
Loading…
Reference in New Issue
Block a user