Subversion Repositories WoWGM

Rev

Rev 30 | Rev 32 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30 Rev 31
Line 1... Line 1...
1
#ifndef  _CLIENTCOMMANDS_H_
1
#ifndef  _CLIENTCOMMANDS_H_
2
#define  _CLIENTCOMMANDS_H_
2
#define  _CLIENTCOMMANDS_H_
3
 
3
 
4
 
4
 
5
namespace WowGM
5
namespace WowGM {
6
{
-
 
7
 
6
 
8
	//=========================================================================
7
	//=========================================================================
9
	void InstallGameConsoleCommands();
8
	void InstallGameConsoleCommands ();
10
 
9
 
11
	//=========================================================================
10
	//=========================================================================
12
	void UninstallGameConsoleCommands();
11
	void UninstallGameConsoleCommands ();
13
 
12
 
14
}
13
}
15
 
14
 
16
int CCommand_Bug (char const* command, char const* args);
15
int CCommand_Bug (char const* command, char const* args);
17
 
16