summaryrefslogtreecommitdiff
path: root/src/signs.h
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-01-21 12:35:35 +0000
committermaedhros <maedhros@openttd.org>2007-01-21 12:35:35 +0000
commit38647bb426c862b1266d335a6e91daab89335afa (patch)
tree34e07eb38177465fc3e40e25c165764ca6007b9e /src/signs.h
parent7a7562d8e24f231f5e1a66281f1ec99027a86d1d (diff)
downloadopenttd-38647bb426c862b1266d335a6e91daab89335afa.tar.xz
(svn r8301) -Codechange: Move the code relating to the sign list window from graph_gui.cpp to a file of its own: signs_gui.cpp.
Diffstat (limited to 'src/signs.h')
-rw-r--r--src/signs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/signs.h b/src/signs.h
index 09d72a350..cdda623a0 100644
--- a/src/signs.h
+++ b/src/signs.h
@@ -65,4 +65,6 @@ void PlaceProc_Sign(TileIndex tile);
/* misc.c */
void ShowRenameSignWindow(const Sign *si);
+void ShowSignList(void);
+
#endif /* SIGNS_H */