mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22:45 +03:00
chore(object): add unknown member to CGObject
This commit is contained in:
parent
5fbd78d529
commit
2d5d97f34a
@ -19,6 +19,7 @@ class CGObject {
|
|||||||
static uint32_t TotalFieldsSaved();
|
static uint32_t TotalFieldsSaved();
|
||||||
|
|
||||||
// Public member variables
|
// Public member variables
|
||||||
|
uint32_t uint0; // TODO what is this?
|
||||||
CGObjectData* m_obj;
|
CGObjectData* m_obj;
|
||||||
uint32_t* m_objSaved;
|
uint32_t* m_objSaved;
|
||||||
uint32_t m_memHandle;
|
uint32_t m_memHandle;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user