(svn r2626) static, const, misc.

This commit is contained in:
tron
2005-07-17 20:14:58 +00:00
parent 1d11bbb34d
commit 59d4ab3752
8 changed files with 317 additions and 322 deletions

View File

@@ -58,6 +58,6 @@ void UpdateAllSignVirtCoords(void);
void PlaceProc_Sign(TileIndex tile);
/* misc.c */
void ShowRenameSignWindow(SignStruct *ss);
void ShowRenameSignWindow(const SignStruct *ss);
#endif /* SIGNS_H */