Mercurial > hg > openttd
comparison src/signs.h @ 7127:2116c82efa49 draft
(svn r10401) -Feature: new sign editor features including switching to previous/next sign (XeryusTC)
author | peter1138 <peter1138@openttd.org> |
---|---|
date | Sat, 30 Jun 2007 17:51:50 +0000 |
parents | 080aae477331 |
children | 9a2cabefad4d |
comparison
equal
deleted
inserted
replaced
7126:f5c001958c14 | 7127:2116c82efa49 |
---|---|
62 VARDEF bool _sign_sort_dirty; | 62 VARDEF bool _sign_sort_dirty; |
63 | 63 |
64 void UpdateAllSignVirtCoords(); | 64 void UpdateAllSignVirtCoords(); |
65 void PlaceProc_Sign(TileIndex tile); | 65 void PlaceProc_Sign(TileIndex tile); |
66 | 66 |
67 /* misc.cpp */ | 67 /* signs_gui.cpp */ |
68 void ShowRenameSignWindow(const Sign *si); | 68 void ShowRenameSignWindow(const Sign *si); |
69 | 69 |
70 void ShowSignList(); | 70 void ShowSignList(); |
71 | 71 |
72 #endif /* SIGNS_H */ | 72 #endif /* SIGNS_H */ |