src/hcode/btech/mech.stat.h

Go to the documentation of this file.
00001 
00002 /*
00003  * $Id: mech.stat.h,v 1.1.1.1 2005/01/11 21:18:23 kstevens Exp $
00004  *
00005  * Author: Markus Stenberg <fingon@iki.fi>
00006  *
00007  *  Copyright (c) 1997 Markus Stenberg
00008  *  Copyright (c) 1998-2002 Thomas Wouters
00009  *  Copyright (c) 2000-2002 Cord Awtry
00010  *       All rights reserved
00011  *
00012  * Created: Tue Aug 12 19:07:18 1997 fingon
00013  * Last modified: Tue Aug 12 19:14:45 1997 fingon
00014  *
00015  */
00016 
00017 #ifndef MECH_STAT_H
00018 #define MECH_STAT_H
00019 
00020 typedef struct {
00021     int rolls[11];
00022     int hitrolls[11];
00023     int critrolls[11];
00024     int totrolls;
00025     int tothrolls;
00026     int totcrolls;
00027 } stat_type;
00028 
00029 #ifndef MECH_STAT_C
00030 extern stat_type rollstat;
00031 #endif
00032 #endif                          /* MECH.STAT_H */

Generated on Mon May 28 04:25:22 2007 for BattletechMUX by  doxygen 1.4.7