summaryrefslogtreecommitdiffstats
path: root/src/control/Population.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/Population.h')
-rw-r--r--src/control/Population.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/Population.h b/src/control/Population.h
index 572d6f58..d3bc3e39 100644
--- a/src/control/Population.h
+++ b/src/control/Population.h
@@ -4,6 +4,7 @@
class CPed;
class CVehicle;
+class CDummyObject;
struct PedGroup
{
@@ -48,4 +49,5 @@ public:
static bool IsPointInSafeZone(CVector *coors);
static void RemovePed(CEntity* ent);
static int32 ChooseCivilianOccupation(int32);
+ static void ConvertToRealObject(CDummyObject*);
};