src/hcode/btech/pcombat.h

Go to the documentation of this file.
00001 
00002 /*
00003  * $Id: pcombat.h,v 1.1.1.1 2005/01/11 21:18:31 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: Sun Mar 23 20:11:57 1997 fingon
00013  * Last modified: Thu Aug 14 17:34:27 1997 fingon
00014  *
00015  */
00016 
00017 #ifndef PCOMBAT_H
00018 #define PCOMBAT_H
00019 
00020 /* pcombat.c */
00021 int pc_to_dam_conversion(MECH * target, int weapindx, int dam);
00022 int dam_to_pc_conversion(MECH * target, int weapindx, int dam);
00023 int armor_effect(MECH * wounded, int cause, int hitloc, int intDamage,
00024     int id);
00025 
00026 #endif                          /* PCOMBAT_H */

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