src/hcode/btech/mech.tic.h

Go to the documentation of this file.
00001 
00002 /*
00003  * $Id: mech.tic.h,v 1.1.1.1 2005/01/11 21:18:26 kstevens Exp $
00004  *
00005  * Author: Markus Stenberg <fingon@iki.fi>
00006  *
00007  *  Copyright (c) 1996 Markus Stenberg
00008  *  Copyright (c) 1998-2002 Thomas Wouters
00009  *  Copyright (c) 2000-2002 Cord Awtry
00010  *       All rights reserved
00011  *
00012  * Created: Fri Nov 22 20:42:02 1996 fingon
00013  * Last modified: Mon May 26 14:26:03 1997 fingon
00014  *
00015  */
00016 
00017 #ifndef MECH_TIC_H
00018 #define MECH_TIC_H
00019 
00020 /* mech.tic.c */
00021 void cleartic_sub(dbref player, MECH * mech, char *buffer);
00022 void addtic_sub(dbref player, MECH * mech, char *buffer);
00023 void deltic_sub(dbref player, MECH * mech, char *buffer);
00024 void firetic_sub(dbref player, MECH * mech, char *buffer);
00025 void listtic_sub(dbref player, MECH * mech, char *buffer);
00026 void mech_cleartic(dbref player, void *data, char *buffer);
00027 void mech_addtic(dbref player, void *data, char *buffer);
00028 void mech_deltic(dbref player, void *data, char *buffer);
00029 void mech_firetic(dbref player, void *data, char *buffer);
00030 void mech_listtic(dbref player, void *data, char *buffer);
00031 void heat_cutoff(dbref player, void *data, char *buffer);
00032 
00033 #endif                          /* MECH_TIC_H */

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