summaryrefslogtreecommitdiff
path: root/src/modules.hpp
blob: 867955c92f48b5ddb285e5e8b80961f193aca539 (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(cptr name);
bool_ private_check_user_directory(cptr dirpath);
extern cptr force_module;