summaryrefslogtreecommitdiff
path: root/src/externs.h
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/externs.h
parent3577729037709acd5d2105665134ec27a64bc4c3 (diff)
Move modules.cc declarations to separate header
Diffstat (limited to 'src/externs.h')
-rw-r--r--src/externs.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/externs.h b/src/externs.h
index 50eb2d39..edcc30d6 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -1576,16 +1576,8 @@ extern void init_lua_init(void);
/* status.c */
extern void status_main();
-/* modules.c */
+/* modules.cc */
extern cptr force_module;
-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);
-
/* lua_bind.c */