Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

enhanced_disable.h

Go to the documentation of this file.
00001 
00002 #define E_DISABLED_FILE "enhanced_disable.dat"
00003 
00004 typedef struct e_disabled_data EDISABLED_DATA;
00005 
00006 
00007 struct e_disabled_data  
00008 {
00009     EDISABLED_DATA *next;
00010     struct cmd_type const *command;
00011     char * type;
00012     char * who_disabled;
00013     int    who_level;
00014     char * who;
00015 
00016 };
00017 
00018 

Generated on Thu Jan 13 21:48:10 2005 for Beyond the Shadows by  doxygen 1.4.0