summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-delve.h
blob: 8a7f51606f576d4b2f23c3a2d7e75408e83a2db5 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef DGN_DELVE_H
#define DGN_DELVE_H

class map_lines;

void delve(map_lines *map, int ngb_min = 2, int ngb_max = 3,
                           int connchance = 0, int cellnum = -1, int top = 125);

#endif