summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-labyrinth.h
blob: 0255525b5d628d47dc3fd4ec2d2a7d7a50801aaf (plain) (blame)
1
2
3
4
5
6
#ifndef DGN_LABYRINTH_H
#define DGN_LABYRINTH_H

void dgn_build_labyrinth_level();

#endif