mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 16:20:34 +00:00
CCopPed done and #include cleanup
This commit is contained in:
parent
739e80614d
commit
112685ebac
51 changed files with 318 additions and 69 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
#include "Game.h"
|
||||
#include "PedType.h"
|
||||
#include "CopPed.h"
|
||||
|
||||
class CPed;
|
||||
class CVehicle;
|
||||
class CDummyObject;
|
||||
class CObject;
|
||||
|
||||
struct PedGroup
|
||||
{
|
||||
|
@ -71,7 +71,7 @@ public:
|
|||
static bool IsPointInSafeZone(CVector *coors);
|
||||
static void RemovePed(CPed *ent);
|
||||
static int32 ChooseCivilianOccupation(int32);
|
||||
static eCopType ChoosePolicePedOccupation();
|
||||
static int32 ChoosePolicePedOccupation();
|
||||
static int32 ChooseGangOccupation(int);
|
||||
static void FindCollisionZoneForCoors(CVector*, int*, eLevelName*);
|
||||
static void FindClosestZoneForCoors(CVector*, int*, eLevelName, eLevelName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue