summaryrefslogtreecommitdiff
path: root/src/modules.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules.hpp')
-rw-r--r--src/modules.hpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/modules.hpp b/src/modules.hpp
index 867955c9..7e51b16f 100644
--- a/src/modules.hpp
+++ b/src/modules.hpp
@@ -1,14 +1,15 @@
#pragma once
-#include "h-basic.h"
+#include "h-basic.hpp"
+#include "program_args.hpp"
+
#include <string>
-bool_ select_module();
+bool select_module(program_args const &);
bool module_savefile_loadable(std::string const &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;
+int find_module(const char *name);
+bool private_check_user_directory(const char *dirpath);