author | bjarni |
Thu, 31 Jul 2008 13:44:57 +0000 | |
changeset 9756 | acd40bb24510 |
parent 9734 | eb7fab767c8e |
child 10156 | 5f8b021e74d6 |
permissions | -rw-r--r-- |
/* $Id$ */ /** @file signs_func.h Functions related to signs. */ #ifndef SIGNS_FUNC_H #define SIGNS_FUNC_H #include "signs_type.h" extern SignID _new_sign_id; void UpdateAllSignVirtCoords(); void PlaceProc_Sign(TileIndex tile); /* signs_gui.cpp */ void ShowRenameSignWindow(const Sign *si); void HandleClickOnSign(const Sign *si); void ShowSignList(); #endif /* SIGNS_FUNC_H */