src/hcode/include/mycool.h

Go to the documentation of this file.
00001 
00002 /*
00003  * $Id: mycool.h,v 1.1 2005/06/13 20:50:52 murrayma Exp $
00004  *
00005  * Author: Markus Stenberg <fingon@iki.fi>
00006  *
00007  *  Copyright (c) 1996 Markus Stenberg
00008  *       All rights reserved
00009  *
00010  * Created: Wed Oct 30 21:00:38 1996 fingon
00011  * Last modified: Sat Mar  8 19:01:50 1997 fingon
00012  *
00013  */
00014 
00015 #ifndef MYCOOL_H
00016 #define MYCOOL_H
00017 
00018 #define addmenu(str) \
00019   CreateMenuEntry_Simple(&c, str, CM_TWO)
00020 #define addmenu4(str) \
00021   CreateMenuEntry_Simple(&c, str, CM_FOUR)
00022 #define addline()  \
00023   CreateMenuEntry_Simple(&c, NULL, CM_ONE|CM_LINE)
00024 #define addempty() \
00025   CreateMenuEntry_Simple(&c, " ", CM_ONE)
00026 #define addnull() \
00027   CreateMenuEntry_Simple(&c, " ", CM_TWO)
00028 
00029 #define vsi(str)      CreateMenuEntry_VSimple(&c, str)
00030 #define sim(str,flag) CreateMenuEntry_Simple(&c, str, flag)
00031 #define cent(str)     sim(str,CM_ONE|CM_CENTER)
00032 
00033 #endif                          /* MYCOOL_H */

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