00001 /* 00002 * File: dbg-scan.h 00003 * Summary: Debugging code to scan the list of items and monsters. 00004 * Written by: Linley Henzell and Jesse Jones 00005 */ 00006 00007 #ifndef DBGSCAN_H 00008 #define DBGSCAN_H 00009 00010 void debug_item_scan(); 00011 void debug_mons_scan(); 00012 00013 #endif