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 7
Line 1... Line 1...
1
#ifndef  _CGLUEMGR_H
1
#ifndef  _CGLUEMGR_H
2
#define  _CGLUEMGR_H
2
#define  _CGLUEMGR_H
3
 
3
 
-
 
4
#include <Console/ConsoleClient.h>
-
 
5
 
4
namespace WowGM {
6
namespace WowGM {
5
 
7
 
6
	namespace CGlueMgr {
8
	namespace CGlueMgr {
7
 
9
 
8
		void Initialize ();
10
		void Initialize ();
-
 
11
		void SetLoginPassword ();
9
		void Shutdown ();
12
		void Shutdown ();
10
		void RegisterConsoleCommands ();
13
		void RegisterConsoleCommands ();
11
		void UnregisterConsoleCommands ();
14
		void UnregisterConsoleCommands ();
12
 
15
 
13
	}
16
	};
14
 
17
 
15
}
18
};
16
 
19
 
-
 
20
extern CVar* g_password;
17
 
21
 
18
class CGlueMgr {
22
class CGlueMgr {
19
 
23
 
20
	public:
24
	public:
21
 
25
 
-
 
26
		static int NetDisconnectHandler (void const *, void *);
22
		static void Resume (int initialized);
27
		static void Resume (int initialized);
23
		static void Suspend ();
28
		static void Suspend ();
24
		static void Shutdown ();
29
		static void Shutdown ();
25
 
30
 
26
	//protected:
31
	//protected: