Subversion Repositories WoWGM

Rev

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

Rev 31 Rev 32
Line 8... Line 8...
8
	void InstallGameConsoleCommands ();
8
	void InstallGameConsoleCommands ();
9
 
9
 
10
	//=========================================================================
10
	//=========================================================================
11
	void UninstallGameConsoleCommands ();
11
	void UninstallGameConsoleCommands ();
12
 
12
 
13
}
13
};
14
 
-
 
15
int CCommand_Bug (char const* command, char const* args);
-
 
16
 
14
 
17
 
15
 
18
#endif // ifndef _CLIENTCOMMANDS_H_
16
#endif // ifndef _CLIENTCOMMANDS_H_
-
 
17