diff options
| author | aap <aap@papnet.eu> | 2019-07-09 09:57:44 +0200 |
|---|---|---|
| committer | aap <aap@papnet.eu> | 2019-07-09 09:57:44 +0200 |
| commit | 74fcbc8c0a6bbac8e8057655c5f1133e15c63656 (patch) | |
| tree | 75dabaa5dc285f1541c6ee058028c7f57095eecf /src/entities/Entity.h | |
| parent | Merge branch 'master' of github.com:GTAmodding/re3 (diff) | |
| download | re3-74fcbc8c0a6bbac8e8057655c5f1133e15c63656.tar.gz | |
more CAutomobile
Diffstat (limited to 'src/entities/Entity.h')
| -rw-r--r-- | src/entities/Entity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entities/Entity.h b/src/entities/Entity.h index d055d25f..12a631d2 100644 --- a/src/entities/Entity.h +++ b/src/entities/Entity.h @@ -94,6 +94,8 @@ public: uint16 m_level; // int16 CReference *m_pFirstReference; + CColModel *GetColModel(void) { return CModelInfo::GetModelInfo(m_modelIndex)->GetColModel(); } + CEntity(void); ~CEntity(void); |
