summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-init.h
blob: 58fdce4514c01b48a493be6f157566d4683dc520 (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_item_descriptions();

#endif