Apply the new ground_level method.
[crawl.git] / crawl-ref / source / ng-init.h
blob1eb135cf4be964dc496fff7353c83792358628c7
1 #ifndef NG_INIT_H
2 #define NG_INIT_H
4 void fix_up_jiyva_name();
5 void initialise_branches_for_game_type();
6 void initialise_branch_depths();
7 void initialise_temples();
8 void initialise_item_descriptions();
10 #endif