summaryrefslogtreecommitdiff
path: root/src/modules.hpp
blob: ed76224f3b530c683861a30afe4c3867d27e5477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "h-basic.h"
#include <string>

bool_ select_module();
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(const char *name);
bool_ private_check_user_directory(const char *dirpath);
extern const char *force_module;