summaryrefslogtreecommitdiffstats
path: root/src/control/PathFind.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-10-13 23:36:05 +0200
committerGitHub <noreply@github.com>2019-10-13 23:36:05 +0200
commit94b389ee16e194546754bc65bb92a6e256bd6062 (patch)
treed3bb47c4231f7232d911b9dc58a73177d11d1c19 /src/control/PathFind.h
parentFixed unsigned time check in CDarkel (diff)
parentPathFind fix and some Peds (diff)
downloadre3-94b389ee16e194546754bc65bb92a6e256bd6062.tar
re3-94b389ee16e194546754bc65bb92a6e256bd6062.tar.gz
re3-94b389ee16e194546754bc65bb92a6e256bd6062.tar.bz2
re3-94b389ee16e194546754bc65bb92a6e256bd6062.tar.lz
re3-94b389ee16e194546754bc65bb92a6e256bd6062.tar.xz
re3-94b389ee16e194546754bc65bb92a6e256bd6062.tar.zst
re3-94b389ee16e194546754bc65bb92a6e256bd6062.zip
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,