repo.or.cz
/
crawl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Apply the new ground_level method.
[crawl.git]
/
crawl-ref
/
source
/
ng-init.h
blob
1eb135cf4be964dc496fff7353c83792358628c7
1
#ifndef NG_INIT_H
2
#define NG_INIT_H
3
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
();
9
10
#endif