areaconvert-1.0/
areaconvert-1.0/h/
/*
 * Copyright Matt Goff (Kline) 2009
 * If you use my code, please give credit where it is due.
 * Support provided at www.ackmud.net
 */

extern area_data          area;
extern list<room_data *>  room_list;
extern list<npc_data *>   npc_list;
extern list<obj_data *>   obj_list;
extern list<shop_data *>  shop_list;
extern list<reset_data *> reset_list;