MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | // MorgenGrauen MUDlib |
| 2 | // |
| 3 | // sys/player/util.h -- Headerfile fuer /std/player/util.c |
| 4 | // |
| 5 | // $Id: util.h,v 1.1 2004/04/09 21:02:41 Vanion Exp $ |
| 6 | |
| 7 | #ifndef __THING_UTIL_H__ |
| 8 | #define __THING_UTIL_H__ |
| 9 | |
| 10 | #endif // __THING_UTIL_H__ |
| 11 | |
| 12 | #ifdef NEED_PROTOTYPES |
| 13 | |
| 14 | #ifndef __THING_UTIL_H_PROTO__ |
| 15 | #define __THING_UTIL_H_PROTO__ |
| 16 | |
| 17 | public void ShowPropList(string *props); |
| 18 | static void PrettyDump(mixed x); |
| 19 | static void DumpArray(mixed *x); |
| 20 | static void DumpMapping(mapping x); |
| 21 | static void DumpKeyValPair(mapping x, mixed key, int size); |
| 22 | |
| 23 | #endif // __THING_UTIL_H_PROTO__ |
| 24 | |
| 25 | #endif // NEED_PROTOTYPES |