Go to the documentation of this file.
21 #if _RAKNET_SUPPORT_RakNetCommandParser==1
23 #ifndef __RAKNET_COMMAND_PARSER
24 #define __RAKNET_COMMAND_PARSER
31 class RakPeerInterface;
50 bool OnCommand(
const char *command,
unsigned numParameters,
char **parameterList,
TransportInterface *transport,
const SystemAddress &systemAddress,
const char *originalString);
55 const char *GetName(
void)
const;
75 #endif // _RAKNET_SUPPORT_*