mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 18:59:22 +00:00
CWorld complete
This commit is contained in:
parent
e52a02fb9e
commit
6b1093f1c8
3 changed files with 133 additions and 23 deletions
|
@ -151,7 +151,7 @@ public:
|
|||
static void Process();
|
||||
static void TriggerExplosion(const CVector& position, float fRadius, float fPower, CEntity* pCreator, bool bProcessVehicleBombTimer);
|
||||
static void TriggerExplosionSectorList(CPtrList& list, const CVector& position, float fRadius, float fPower, CEntity* pCreator, bool bProcessVehicleBombTimer);
|
||||
static void UseDetonator(CEntity *);
|
||||
static void UseDetonator(CEntity *pEntity);
|
||||
};
|
||||
|
||||
extern CColPoint gaTempSphereColPoints[MAX_COLLISION_POINTS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue