summaryrefslogtreecommitdiffstats
path: root/src/peds/PedPlacement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peds/PedPlacement.h')
-rw-r--r--src/peds/PedPlacement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peds/PedPlacement.h b/src/peds/PedPlacement.h
index 1edb50b4..cbdf8013 100644
--- a/src/peds/PedPlacement.h
+++ b/src/peds/PedPlacement.h
@@ -7,4 +7,5 @@ class CPedPlacement {
public:
static void FindZCoorForPed(CVector* pos);
static CEntity* IsPositionClearOfCars(CVector*);
+ static bool IsPositionClearForPed(CVector*);
}; \ No newline at end of file