make scrNativeRegistrationTable class members public (#159)

This commit is contained in:
0x280 2024-02-01 22:50:59 +01:00 committed by GitHub
parent 178ab8ee22
commit 91236fea0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,9 +8,10 @@ namespace rage
{
class scrNativeRegistrationTable
{
public:
scrNativeRegistration *m_entries[0xFF];
std::uint32_t m_unk;
bool m_initialized;
};
}
#pragma pack(pop)
#pragma pack(pop)