diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-10-06 23:39:25 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-10-06 23:39:25 +0200 |
commit | d5d1c7ec5fc98f8355d812587938314406a6df80 (patch) | |
tree | e1652a9c39e77bd1bc8b81973fccbe91eb3d8eae /src/peds/PedRoutes.h | |
parent | Radio shadow fix, RAMPAGE!! message fix (diff) | |
download | re3-d5d1c7ec5fc98f8355d812587938314406a6df80.tar re3-d5d1c7ec5fc98f8355d812587938314406a6df80.tar.gz re3-d5d1c7ec5fc98f8355d812587938314406a6df80.tar.bz2 re3-d5d1c7ec5fc98f8355d812587938314406a6df80.tar.lz re3-d5d1c7ec5fc98f8355d812587938314406a6df80.tar.xz re3-d5d1c7ec5fc98f8355d812587938314406a6df80.tar.zst re3-d5d1c7ec5fc98f8355d812587938314406a6df80.zip |
Diffstat (limited to 'src/peds/PedRoutes.h')
-rw-r--r-- | src/peds/PedRoutes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/peds/PedRoutes.h b/src/peds/PedRoutes.h index c9a175a8..9df9a29d 100644 --- a/src/peds/PedRoutes.h +++ b/src/peds/PedRoutes.h @@ -3,6 +3,10 @@ class CRouteNode { public: + int16 m_route; + CVector m_pos; + static int16 GetRouteThisPointIsOn(int16); static CVector GetPointPosition(int16); + static int16 GetRouteStart(int16); };
\ No newline at end of file |