summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
authorMateusz Kaduk <mateusz.kaduk@gmail.com>2004-12-01 23:40:25 +0000
committerMateusz Kaduk <mateusz.kaduk@gmail.com>2004-12-01 23:40:25 +0000
commitd38ce38aadcf55302a06b59e888fd34f747e3aeb (patch)
tree3e1c12ab44f64587198120285a64708c2048d02c /src/gui/setup.h
parent4c03aa013fa6ffae784072bfef98330a569694a4 (diff)
downloadmana-client-d38ce38aadcf55302a06b59e888fd34f747e3aeb.tar.gz
mana-client-d38ce38aadcf55302a06b59e888fd34f747e3aeb.tar.bz2
mana-client-d38ce38aadcf55302a06b59e888fd34f747e3aeb.tar.xz
mana-client-d38ce38aadcf55302a06b59e888fd34f747e3aeb.zip
Added setup files
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