src/hcode/btech/extern.h

Go to the documentation of this file.
00001 
00002 /*
00003  * $Id: extern.h,v 1.1.1.1 2005/01/11 21:18:06 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: Tue Oct  8 22:18:31 1996 fingon
00013  * Last modified: Tue Oct  8 22:19:51 1996 fingon
00014  *
00015  */
00016 
00017 #ifndef EXTERN_H
00018 #define EXTERN_H
00019 
00020 #define FUNCTION(x)     \
00021         void x(buff, bufc, player, cause, fargs, nfargs, cargs, ncargs) \
00022         char *buff, **bufc; \
00023         dbref player, cause; \
00024         char *fargs[], *cargs[]; \
00025         int nfargs, ncargs;
00026 
00027 #endif                          /* EXTERN_H */

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