src/hcode/include/debug.h

Go to the documentation of this file.
00001 
00002 /*
00003  * $Id: debug.h,v 1.1 2005/06/13 20:50:52 murrayma Exp $
00004  *
00005  * Last modified: Sun Nov  3 19:47:34 1996 fingon
00006  *
00007  */
00008 
00009 #ifndef DEBUG_H
00010 #define DEBUG_H
00011 #ifndef DOCHECK
00012 #define DOCHECK(a,b) if (a) { notify(player, b); return; }
00013 #endif
00014 void debug_allocfree(dbref key, void **data, int selector);
00015 void debug_list(dbref player, void *data, char *buffer);
00016 void debug_savedb(dbref player, void *data, char *buffer);
00017 void debug_loaddb(dbref player, void *data, char *buffer);
00018 void debug_shutdown(dbref player, void *data, char *buffer);
00019 #endif                          /* DEBUG_H */

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