mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 12:50:34 +00:00
CEntity and C(Vu)Vector fixes and cleanup
This commit is contained in:
parent
be019c6126
commit
93e9929925
13 changed files with 57 additions and 52 deletions
|
@ -38,6 +38,9 @@ public:
|
|||
return ms_modelInfoPtrs[id];
|
||||
}
|
||||
static CBaseModelInfo *GetModelInfo(const char *name, int minIndex, int maxIndex);
|
||||
static CColModel *GetColModel(int id){
|
||||
return ms_modelInfoPtrs[id]->GetColModel();
|
||||
}
|
||||
|
||||
static bool IsBoatModel(int32 id);
|
||||
static bool IsBikeModel(int32 id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue