summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-swamp.h
blob: 9cb8894a988c5a6f1f788693c19066c59c06ea1a (plain) (blame)
1
2
3
4
5
6
#ifndef DGN_SWAMP_H
#define DGN_SWAMP_H

void dgn_build_swamp_level(int level);

#endif