Mercurial > hg > openttd
comparison 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 |
parents | c44c070c5032 |
children | 57363e064324 |
comparison
equal
deleted
inserted
replaced
5750:7ed4093af663 | 5751:e94b9d9f8530 |
---|---|
63 void PlaceProc_Sign(TileIndex tile); | 63 void PlaceProc_Sign(TileIndex tile); |
64 | 64 |
65 /* misc.c */ | 65 /* misc.c */ |
66 void ShowRenameSignWindow(const Sign *si); | 66 void ShowRenameSignWindow(const Sign *si); |
67 | 67 |
68 void ShowSignList(void); | |
69 | |
68 #endif /* SIGNS_H */ | 70 #endif /* SIGNS_H */ |