Subversion Repositories WoWGM

Rev

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

Rev 3 Rev 31
Line 24... Line 24...
24
class CGGameUI {
24
class CGGameUI {
25
 
25
 
26
	public:
26
	public:
27
 
27
 
28
		//=======================================================================
28
		//=======================================================================
29
		static bool __cdecl CanPerformAction (ACTIONTYPE action);
29
		static bool CanPerformAction (ACTIONTYPE action);
30
		
30
		
31
		//=======================================================================
31
		//=======================================================================
32
		static void __cdecl RegisterConsoleCommands ();
32
		static void RegisterConsoleCommands ();
33
 
33
 
34
		//=======================================================================
34
		//=======================================================================
35
		static void __cdecl UnregisterConsoleCommands ();
35
		static void UnregisterConsoleCommands ();
36
 
36
 
37
		//=======================================================================
37
		//=======================================================================
38
		static void __cdecl RegisterScriptFunctions ();
38
		static void RegisterScriptFunctions ();
39
 
39
 
40
		//=======================================================================
40
		//=======================================================================
41
		static void __cdecl UnregisterScriptFunctions ();
41
		static void UnregisterScriptFunctions ();
42
 
42
 
43
};
43
};
44
 
44
 
45
 
45
 
46
#endif // ifndef _GAMEUI_H_
46
#endif // ifndef _GAMEUI_H_