diff src/signs.h @ 5751:e94b9d9f8530 draft

(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.
author maedhros <maedhros@openttd.org>
date Sun, 21 Jan 2007 12:35:35 +0000 (2007-01-21)
parents c44c070c5032
children 57363e064324
line wrap: on
line diff
--- a/src/signs.h
+++ b/src/signs.h
@@ -65,4 +65,6 @@
 /* misc.c */
 void ShowRenameSignWindow(const Sign *si);
 
+void ShowSignList(void);
+
 #endif /* SIGNS_H */