Subversion Repositories WoWGM

Rev

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