diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-10-14 00:33:18 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-10-14 00:33:18 +0300 |
commit | 37f0bbc05e87a2a7c0858c6da4a6d51c485fdf64 (patch) | |
tree | d3bb47c4231f7232d911b9dc58a73177d11d1c19 /src/control/PathFind.h | |
parent | 26c8c56623c50eb534c9c2ab7082158b00f618f8 (diff) |
PathFind fix and some Peds
Diffstat (limited to 'src/control/PathFind.h')
-rw-r--r-- | src/control/PathFind.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/control/PathFind.h b/src/control/PathFind.h index de30d70b..e3058959 100644 --- a/src/control/PathFind.h +++ b/src/control/PathFind.h @@ -4,6 +4,11 @@ class CVehicle; +class CPedPath { +public: + static bool CalcPedRoute(uint8, CVector, CVector, CVector*, int16*, int16); +}; + enum { PATH_CAR = 0, |