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

#include "h-basic.hpp"
#include "program_args.hpp"

#include <string>

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(const char *name);
bool private_check_user_directory(const char *dirpath);