mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 12:24:09 +00:00
CPopulation 3 and fixes
This commit is contained in:
parent
cbf396e6e9
commit
750d3229a3
8 changed files with 430 additions and 95 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "Physical.h"
|
||||
#include "DummyObject.h"
|
||||
|
||||
enum {
|
||||
GAME_OBJECT = 1,
|
||||
|
@ -69,6 +70,7 @@ public:
|
|||
|
||||
CObject(void);
|
||||
CObject(int32, bool);
|
||||
CObject(CDummyObject*);
|
||||
~CObject(void);
|
||||
|
||||
void ProcessControl(void);
|
||||
|
@ -80,6 +82,7 @@ public:
|
|||
void ObjectDamage(float amount);
|
||||
void RefModelInfo(int32 modelId);
|
||||
void Init(void);
|
||||
bool CanBeDeleted(void);
|
||||
|
||||
static void DeleteAllTempObjectInArea(CVector, float);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue