00001 /* 00002 * File: wiz-fsim.h 00003 * Summary: Fight simualtion wizard functions. 00004 * Written by: Linley Henzell and Jesse Jones 00005 */ 00006 00007 #ifndef WIZFSIM_H 00008 #define WIZFSIM_H 00009 00010 void debug_fight_statistics(bool use_init_defaults, bool defence = false); 00011 00012 #endif