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

#include "h-basic.h"

extern bool_ select_module(void);
extern bool_ module_savefile_loadable(cptr savefile_mod);
extern void tome_intro();
extern void theme_intro();
extern s16b *theme_race_status(int r_idx);
extern void init_hooks_module();
extern int find_module(cptr name);