summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-init.h
blob: dc41e8168d4668a26dea880c38e802092d9ebdd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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