// MorgenGrauen MUDlib | |
// | |
// player/gmcp.h -- Stuff for GMCP handling | |
// | |
// $Id$ | |
#ifndef __GMCP_H__ | |
#define __GMCP_H__ | |
// properties | |
#endif // __GMCP_H__ | |
#ifdef NEED_PROTOTYPES | |
#ifndef __GMCP_H_PROTO__ | |
#define __GMCP_H_PROTO__ | |
// prototypes | |
/*protected*/ int GMCP_Char(mapping data); | |
/*protected*/ int GMCP_Channel(string msg, string channel, string sender); | |
#endif // __GMCP_H_PROTO__ | |
#endif // NEED_PROTOYPES | |