summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-scan.h
blob: 8e6188d9b2f1c48a7b499d6752c615ec211aa415 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 *  File:       dbg-scan.h
 *  Summary:    Debugging code to scan the list of items and monsters.
 *  Written by: Linley Henzell and Jesse Jones
 */

#ifndef DBGSCAN_H
#define DBGSCAN_H

void debug_item_scan();
void debug_mons_scan();

#endif