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
commitbabda828abce35a11b026d08a4c761e331d09560 (patch)
tree34e07eb38177465fc3e40e25c165764ca6007b9e /src/signs.h
parentcf06eae3bbafcb53f040393f14c62fe4e583831c (diff)
downloadopenttd-babda828abce35a11b026d08a4c761e331d09560.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 */