mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 19:09:59 +00:00
CPools
This commit is contained in:
parent
1c0c0a0468
commit
38dee74a5a
7 changed files with 346 additions and 11 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include "Collision.h"
|
||||
|
||||
#define MAX_MODEL_NAME (24)
|
||||
|
||||
enum ModeInfoType : uint8
|
||||
{
|
||||
MITYPE_NA = 0,
|
||||
|
@ -21,7 +23,7 @@ class CBaseModelInfo
|
|||
{
|
||||
protected:
|
||||
// TODO?: make more things protected
|
||||
char m_name[24];
|
||||
char m_name[MAX_MODEL_NAME];
|
||||
CColModel *m_colModel;
|
||||
C2dEffect *m_twodEffects;
|
||||
int16 m_objectId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue