(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.

This commit is contained in:
maedhros
2007-01-21 12:35:35 +00:00
parent cf06eae3bb
commit babda828ab
7 changed files with 159 additions and 139 deletions

View File

@@ -65,4 +65,6 @@ void PlaceProc_Sign(TileIndex tile);
/* misc.c */
void ShowRenameSignWindow(const Sign *si);
void ShowSignList(void);
#endif /* SIGNS_H */