summaryrefslogtreecommitdiff
path: root/signs.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-03-26 21:22:29 +0000
committertruelight <truelight@openttd.org>2005-03-26 21:22:29 +0000
commit3dae675f632b0be38dbf4b8cd456c1120e73f25d (patch)
treebef160789c4e448ee63e1132b926e981ea282c5a /signs.h
parent76867504149b9179cbd70f2f981ac5a85d90ce53 (diff)
downloadopenttd-3dae675f632b0be38dbf4b8cd456c1120e73f25d.tar.xz
(svn r2079) -Add: signlist, shows all signs in the map. Clicking on them, and you go
to the sign. Very needed for coop. You can find it under World Map.
Diffstat (limited to 'signs.h')
-rw-r--r--signs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/signs.h b/signs.h
index dc8c65785..2cc417ca0 100644
--- a/signs.h
+++ b/signs.h
@@ -46,6 +46,9 @@ static inline uint16 GetSignPoolSize(void)
VARDEF SignStruct *_new_sign_struct;
+VARDEF bool _sign_sort_dirty;
+VARDEF uint16 *_sign_sort;
+
void UpdateAllSignVirtCoords(void);
void PlaceProc_Sign(uint tile);