ksys/res: Add missing cLoadDataAlignment constant to GameData

This commit is contained in:
Léo Lam 2020-11-04 00:41:27 +01:00
parent f602b5c6be
commit 213d9fb00d
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ public:
return mVector4fArrayFlags;
}
static constexpr size_t cLoadDataAlignment = 4;
private:
s32 _14 = -1;