summaryrefslogtreecommitdiff
path: root/src/modules.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-02-05 19:22:46 +0100
committerBardur Arantsson <bardur@scientician.net>2016-02-05 19:22:46 +0100
commite5bb0921ef06a98b77b3e91d9b2f77caaa1f89a9 (patch)
tree01e17bf81572f1f66244c61a8658b750f5384936 /src/modules.hpp
parentc8bd25efe980a6455fef1f6622fe5c69d1ed7a4d (diff)
Build: Produce multiple independent executables
Diffstat (limited to 'src/modules.hpp')
-rw-r--r--src/modules.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules.hpp b/src/modules.hpp
index d83e3e2e..7a8a055f 100644
--- a/src/modules.hpp
+++ b/src/modules.hpp
@@ -9,3 +9,5 @@ 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);
+extern cptr force_module;