Subversion Repositories WoWGM

Rev

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

Rev 32 Rev 34
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 {
-
 
6
 
-
 
7
	//=========================================================================
5
BOOL CCommand_Beastmaster(char const* commandStr, char const* arguments);
8
	void InstallGameConsoleCommands ();
6
BOOL CCommand_Bug(char const* command, char const* args);
9
 
-
 
10
	//=========================================================================
-
 
11
	void UninstallGameConsoleCommands ();
7
BOOL CCommand_Godmode(char const* commandStr, char const* arguments);
12
 
-
 
13
};
-
 
14
 
8
 
15
 
9
 
16
#endif // ifndef _CLIENTCOMMANDS_H_
10
#endif // ifndef _CLIENTCOMMANDS_H_
17
 
11