summaryrefslogtreecommitdiff
path: root/src/modules.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules.hpp')
-rw-r--r--src/modules.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/modules.hpp b/src/modules.hpp
index 7a8a055f..e8a413df 100644
--- a/src/modules.hpp
+++ b/src/modules.hpp
@@ -2,12 +2,12 @@
#include "h-basic.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);
-extern bool_ private_check_user_directory(cptr dirpath);
+bool_ select_module(void);
+bool_ module_savefile_loadable(cptr savefile_mod);
+void tome_intro();
+void theme_intro();
+s16b *theme_race_status(int r_idx);
+void init_hooks_module();
+int find_module(cptr name);
+bool_ private_check_user_directory(cptr dirpath);
extern cptr force_module;