summaryrefslogtreecommitdiffstats
path: root/src/peds/PedPlacement.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-02-19 19:16:50 +0100
committerGitHub <noreply@github.com>2020-02-19 19:16:50 +0100
commit1610d325dcea7f3626099cbc43d0bce344ee477e (patch)
tree5f03eb72c906e4251f7517a1b6a56b1fcaf1af21 /src/peds/PedPlacement.h
parentMerge pull request #328 from erorcun/erorcun (diff)
parentCPopulation 2 (diff)
downloadre3-1610d325dcea7f3626099cbc43d0bce344ee477e.tar
re3-1610d325dcea7f3626099cbc43d0bce344ee477e.tar.gz
re3-1610d325dcea7f3626099cbc43d0bce344ee477e.tar.bz2
re3-1610d325dcea7f3626099cbc43d0bce344ee477e.tar.lz
re3-1610d325dcea7f3626099cbc43d0bce344ee477e.tar.xz
re3-1610d325dcea7f3626099cbc43d0bce344ee477e.tar.zst
re3-1610d325dcea7f3626099cbc43d0bce344ee477e.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