summaryrefslogtreecommitdiffstats
path: root/src/peds/PedPlacement.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-02-18 00:56:13 +0100
committereray orçunus <erayorcunus@gmail.com>2020-02-19 19:14:17 +0100
commit090aef7de7672c2649570eeff5cc5b68a371e723 (patch)
tree5f03eb72c906e4251f7517a1b6a56b1fcaf1af21 /src/peds/PedPlacement.h
parentMerge pull request #328 from erorcun/erorcun (diff)
downloadre3-090aef7de7672c2649570eeff5cc5b68a371e723.tar
re3-090aef7de7672c2649570eeff5cc5b68a371e723.tar.gz
re3-090aef7de7672c2649570eeff5cc5b68a371e723.tar.bz2
re3-090aef7de7672c2649570eeff5cc5b68a371e723.tar.lz
re3-090aef7de7672c2649570eeff5cc5b68a371e723.tar.xz
re3-090aef7de7672c2649570eeff5cc5b68a371e723.tar.zst
re3-090aef7de7672c2649570eeff5cc5b68a371e723.zip
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