src/hcode/btech/mech.ecm.h

Go to the documentation of this file.
00001 
00002 /*
00003  * $Id: mech.ecm.h,v 1.1.1.1 2005/01/11 21:18:15 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: Fri Mar 21 16:19:41 1997 fingon
00013  * Last modified: Fri Mar 21 16:19:53 1997 fingon
00014  *
00015  */
00016 
00017 #ifndef MECH_ECM_H
00018 #define MECH_ECM_H
00019 
00020 /* mech.ecm.c */
00021 void cause_ecm(MECH * from, MECH * to);
00022 void end_ecm_check(MECH * mech);
00023 
00024 #define ECM_NOTIFY_DISTURBED            0
00025 #define ECM_NOTIFY_UNDISTURBED  1
00026 #define ECM_NOTIFY_COUNTERED            2
00027 #define ECM_NOTIFY_UNCOUNTERED  3
00028 
00029 #endif                          /* MECH.ECM_H */

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