summaryrefslogblamecommitdiffstats
path: root/crawl-ref/source/wiz-fsim.h
blob: 1ca6835461d157536cc6060d5fb412a514aa69dd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                            
/*
 *  File:       wiz-fsim.h
 *  Summary:    Fight simualtion wizard functions.
 *  Written by: Linley Henzell and Jesse Jones
 */

#ifndef WIZFSIM_H
#define WIZFSIM_H

void debug_fight_statistics( bool use_init_defaults, bool defence = false );

#endif