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

#include "h-basic.h"

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;