summaryrefslogtreecommitdiffstats
path: root/src/peds/PedRoutes.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-10-06 23:46:19 +0200
committerGitHub <noreply@github.com>2019-10-06 23:46:19 +0200
commitc792c776f2e03d2081a187321703233e84c91362 (patch)
treee1652a9c39e77bd1bc8b81973fccbe91eb3d8eae /src/peds/PedRoutes.h
parentRadio shadow fix, RAMPAGE!! message fix (diff)
parentPeds (diff)
downloadre3-c792c776f2e03d2081a187321703233e84c91362.tar
re3-c792c776f2e03d2081a187321703233e84c91362.tar.gz
re3-c792c776f2e03d2081a187321703233e84c91362.tar.bz2
re3-c792c776f2e03d2081a187321703233e84c91362.tar.lz
re3-c792c776f2e03d2081a187321703233e84c91362.tar.xz
re3-c792c776f2e03d2081a187321703233e84c91362.tar.zst
re3-c792c776f2e03d2081a187321703233e84c91362.zip
Diffstat (limited to 'src/peds/PedRoutes.h')
-rw-r--r--src/peds/PedRoutes.h4
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