mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 01:50:35 +00:00
CPools
This commit is contained in:
parent
1c0c0a0468
commit
38dee74a5a
7 changed files with 346 additions and 11 deletions
|
@ -90,6 +90,7 @@ public:
|
|||
CReference *m_pFirstReference;
|
||||
|
||||
CColModel *GetColModel(void) { return CModelInfo::GetModelInfo(m_modelIndex)->GetColModel(); }
|
||||
uint32* GetAddressOfEntityProperties() { /* AWFUL */ return (uint32*)((char*)&m_rwObject + sizeof(m_rwObject)); }
|
||||
|
||||
CEntity(void);
|
||||
~CEntity(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue