feat(vendor): Updated GTAV-Classes (#394)

This commit is contained in:
aa15032261
2022-08-07 19:16:23 +08:00
committed by GitHub
parent e0366b8486
commit 8596ea0872
2 changed files with 1 additions and 9 deletions

View File

@ -8,14 +8,6 @@ namespace rage
float y{};
};
struct vector4
{
float x{};
float y{};
float z{};
float w{};
};
#pragma pack(push, 1)
class scrVector
{