diff options
author | erorcun <erayorcunus@gmail.com> | 2020-02-19 19:16:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 19:16:50 +0100 |
commit | 1610d325dcea7f3626099cbc43d0bce344ee477e (patch) | |
tree | 5f03eb72c906e4251f7517a1b6a56b1fcaf1af21 /src/peds/PedPlacement.h | |
parent | Merge pull request #328 from erorcun/erorcun (diff) | |
parent | CPopulation 2 (diff) | |
download | re3-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.h | 1 |
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 |