Subversion Repositories WoWGM

Rev

Rev 30 | 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
 
31 tristanc 5
namespace WowGM {
3 tristanc 6
 
7
	//=========================================================================
31 tristanc 8
	void InstallGameConsoleCommands ();
3 tristanc 9
 
10
	//=========================================================================
31 tristanc 11
	void UninstallGameConsoleCommands ();
3 tristanc 12
 
13
}
14
 
30 tristanc 15
int CCommand_Bug (char const* command, char const* args);
3 tristanc 16
 
30 tristanc 17
 
3 tristanc 18
#endif // ifndef _CLIENTCOMMANDS_H_