summaryrefslogtreecommitdiffstats
path: root/src/peds/PedRoutes.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-08-13 00:30:31 +0200
committereray orçunus <erayorcunus@gmail.com>2019-08-13 00:30:31 +0200
commite5d089db8826b2bfe163b714146fda1ff92a5896 (patch)
treeb0ce2c8b96829c1c5375ace7218e6aabd426097a /src/peds/PedRoutes.h
parentMerge pull request #187 from erorcun/erorcun (diff)
downloadre3-e5d089db8826b2bfe163b714146fda1ff92a5896.tar
re3-e5d089db8826b2bfe163b714146fda1ff92a5896.tar.gz
re3-e5d089db8826b2bfe163b714146fda1ff92a5896.tar.bz2
re3-e5d089db8826b2bfe163b714146fda1ff92a5896.tar.lz
re3-e5d089db8826b2bfe163b714146fda1ff92a5896.tar.xz
re3-e5d089db8826b2bfe163b714146fda1ff92a5896.tar.zst
re3-e5d089db8826b2bfe163b714146fda1ff92a5896.zip
Diffstat (limited to '')
-rw-r--r--src/peds/PedRoutes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/peds/PedRoutes.h b/src/peds/PedRoutes.h
new file mode 100644
index 00000000..2530ebe6
--- /dev/null
+++ b/src/peds/PedRoutes.h
@@ -0,0 +1,7 @@
+#pragma once
+
+class CRouteNode
+{
+public:
+ static int16 GetRouteThisPointIsOn(int16 point);
+}; \ No newline at end of file