sync with upstream

This commit is contained in:
Nikolay Korolev
2020-05-11 21:21:09 +03:00
98 changed files with 19077 additions and 2212 deletions

View File

@@ -57,4 +57,4 @@ public:
static void SetMaximumWantedLevel(int32 level);
};
static_assert(sizeof(CWanted) == 0x204, "CWanted: error");
VALIDATE_SIZE(CWanted, 0x204);