MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | // MorgenGrauen MUDlib |
2 | // | ||||
3 | // util.h -- Header fuer /std/util/*.c | ||||
4 | // | ||||
5 | // $Id: util.h 6404 2007-08-06 20:31:22Z Zesstra $ | ||||
6 | |||||
7 | #ifndef _UTIL_H | ||||
8 | #define _UTIL_H | ||||
9 | |||||
10 | varargs public void More(string txt, int file, mixed ctrl, | ||||
11 | mixed ctrlargs, int flags); | ||||
12 | |||||
13 | |||||
14 | #endif // _UTIL_H | ||||
15 |