summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-init.h
blob: e8dc2a111bfa1766f266880546d6d76fd4118f09 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef NG_INIT_H
#define NG_INIT_H

void fix_up_jiyva_name();
void initialise_branch_depths();
void initialise_temples();
void initialise_item_descriptions();

#endif