summaryrefslogtreecommitdiff
path: root/src/control/PathFind.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-10-14 00:33:18 +0300
committereray orçunus <erayorcunus@gmail.com>2019-10-14 00:33:18 +0300
commit37f0bbc05e87a2a7c0858c6da4a6d51c485fdf64 (patch)
treed3bb47c4231f7232d911b9dc58a73177d11d1c19 /src/control/PathFind.h
parent26c8c56623c50eb534c9c2ab7082158b00f618f8 (diff)
PathFind fix and some Peds
Diffstat (limited to 'src/control/PathFind.h')
-rw-r--r--src/control/PathFind.h5
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,