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
/
dgn-swamp.h
blob
9cb8894a988c5a6f1f788693c19066c59c06ea1a
1
#ifndef DGN_SWAMP_H
2
#define DGN_SWAMP_H
3
4
void
dgn_build_swamp_level
(
int
level
);
5
6
#endif