MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | // MorgenGrauen MUDlib |
| 2 | // |
| 3 | // player/gmcp.h -- Stuff for GMCP handling |
| 4 | // |
| 5 | // $Id$ |
| 6 | |
| 7 | #ifndef __GMCP_H__ |
| 8 | #define __GMCP_H__ |
| 9 | |
| 10 | // properties |
| 11 | |
| 12 | #endif // __GMCP_H__ |
| 13 | |
| 14 | #ifdef NEED_PROTOTYPES |
| 15 | |
| 16 | #ifndef __GMCP_H_PROTO__ |
| 17 | #define __GMCP_H_PROTO__ |
| 18 | |
| 19 | // prototypes |
Zesstra | 38d062e | 2020-05-22 11:53:07 +0200 | [diff] [blame^] | 20 | protected int GMCP_Char(mapping data); |
| 21 | protected int GMCP_Channel(string msg, string channel, string sender); |
| 22 | protected int GMCP_Room(); |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 23 | |
| 24 | #endif // __GMCP_H_PROTO__ |
| 25 | |
| 26 | #endif // NEED_PROTOYPES |
| 27 | |