From 37f0bbc05e87a2a7c0858c6da4a6d51c485fdf64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?eray=20or=C3=A7unus?= <erayorcunus@gmail.com>
Date: Mon, 14 Oct 2019 00:33:18 +0300
Subject: PathFind fix and some Peds

---
 src/control/PathFind.h | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'src/control/PathFind.h')

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,
-- 
cgit v1.2.3