summaryrefslogtreecommitdiff
path: root/src/signs_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/signs_func.h')
-rw-r--r--src/signs_func.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/signs_func.h b/src/signs_func.h
new file mode 100644
index 000000000..5a38ba748
--- /dev/null
+++ b/src/signs_func.h
@@ -0,0 +1,21 @@
+/* $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;
+extern bool _sign_sort_dirty;
+
+void UpdateAllSignVirtCoords();
+void PlaceProc_Sign(TileIndex tile);
+
+/* signs_gui.cpp */
+void ShowRenameSignWindow(const Sign *si);
+
+void ShowSignList();
+
+#endif /* SIGNS_FUNC_H */