summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h
new file mode 100644
index 00000000..35700afb
--- /dev/null
+++ b/src/gui/setup.h
@@ -0,0 +1,14 @@
+/*----------------------------------------------------------------
+ * setup.h -- setup dialog module
+ *----------------------------------------------------------------
+ */
+
+#ifndef tmw_included_setup_h
+#define tmw_included_setup_h
+
+void init_setup();
+void update_setup();
+
+extern bool show_player_setup;
+
+#endif