summaryrefslogtreecommitdiffstats
path: root/src/control/PathFind.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-06 00:53:41 +0200
committerGitHub <noreply@github.com>2019-07-06 00:53:41 +0200
commit6dc8076d6d517a0dc547c57fe2358ace77b8094b (patch)
tree07091c5c2794569add7cb60c167a7936264f79b7 /src/control/PathFind.h
parentfinished CDamageManager (diff)
parentCBridge (diff)
downloadre3-6dc8076d6d517a0dc547c57fe2358ace77b8094b.tar
re3-6dc8076d6d517a0dc547c57fe2358ace77b8094b.tar.gz
re3-6dc8076d6d517a0dc547c57fe2358ace77b8094b.tar.bz2
re3-6dc8076d6d517a0dc547c57fe2358ace77b8094b.tar.lz
re3-6dc8076d6d517a0dc547c57fe2358ace77b8094b.tar.xz
re3-6dc8076d6d517a0dc547c57fe2358ace77b8094b.tar.zst
re3-6dc8076d6d517a0dc547c57fe2358ace77b8094b.zip
Diffstat (limited to 'src/control/PathFind.h')
-rw-r--r--src/control/PathFind.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/PathFind.h b/src/control/PathFind.h
index cc0b0a2f..9b6be573 100644
--- a/src/control/PathFind.h
+++ b/src/control/PathFind.h
@@ -131,6 +131,8 @@ public:
int32 FindNodeClosestToCoors(CVector coors, uint8 type, float distLimit, bool disabled, bool betweenLevels);
bool IsPathObject(int id) { return id < PATHNODESIZE && (InfoForTileCars[id*12].type != 0 || InfoForTilePeds[id*12].type != 0); }
+
+ void SetLinksBridgeLights(float, float, float, float, bool);
};
static_assert(sizeof(CPathFind) == 0x4c8f4, "CPathFind: error");