summaryrefslogtreecommitdiff
path: root/src/modules.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
commit3acf44b1bb41df3db3ccce88aaa1298b4f87d350 (patch)
treeb2543a3e81caab4d31e6e599f88f65c1672544c1 /src/modules.hpp
parent3577729037709acd5d2105665134ec27a64bc4c3 (diff)
Move modules.cc declarations to separate header
Diffstat (limited to 'src/modules.hpp')
-rw-r--r--src/modules.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modules.hpp b/src/modules.hpp
new file mode 100644
index 00000000..5ea515e3
--- /dev/null
+++ b/src/modules.hpp
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "angband.h"
+
+extern bool_ select_module(void);
+extern bool_ module_savefile_loadable(cptr savefile_mod);
+extern void tome_intro();
+extern void theme_intro();
+extern s16b *theme_race_status(int r_idx);
+extern void init_hooks_module();
+extern int find_module(cptr name);