author | glx |
Wed, 03 Sep 2008 13:25:56 +0000 | |
changeset 10068 | a32f54c91520 |
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 */