Subversion Repositories WoWGM

Rev

Rev 30 | Go to most recent revision | Details | 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
 
16
 
17
#endif // ifndef _CLIENTCOMMANDS_H_