Subversion Repositories WoWGM

Rev

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

Rev 31 Rev 32
Line 3... Line 3...
3
 
3
 
4
 
4
 
5
struct GMClientCommands {
5
struct GMClientCommands {
6
 
6
 
7
	//=========================================================================
7
	//=========================================================================
8
	static void Install();
8
	static void Install ();
9
 
9
 
10
	//=========================================================================
10
	//=========================================================================
11
	static void Uninstall();
11
	static void Uninstall ();
12
 
12
 
13
};
13
};
14
 
14
 
15
 
15
 
16
#endif // ifndef _CLIENTGMCOMMANDS_H_
16
#endif // ifndef _CLIENTGMCOMMANDS_H_
-
 
17