Subversion Repositories WoWGM

Rev

Rev 32 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 tristanc 1
#ifndef  _CLIENTCOMMANDS_H_
2
#define  _CLIENTCOMMANDS_H_
3
 
4
 
34 tristanc 5
BOOL CCommand_Beastmaster(char const* commandStr, char const* arguments);
6
BOOL CCommand_Bug(char const* command, char const* args);
7
BOOL CCommand_Godmode(char const* commandStr, char const* arguments);
3 tristanc 8
 
9
 
32 tristanc 10
#endif // ifndef _CLIENTCOMMANDS_H_
30 tristanc 11