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 22... Line 22...
22
	CMSG_SERVERINFO				    = 0x4F4,
22
	CMSG_SERVERINFO				    = 0x4F4,
23
	SMSG_SERVERINFO				    = 0x4F5
23
	SMSG_SERVERINFO				    = 0x4F5
24
};
24
};
25
 
25
 
26
 
26
 
27
class NetClient
27
class NetClient {
28
{
-
 
29
 
28
 
30
	public:
29
	public:
31
 
30
 
-
 
31
		//=======================================================================
32
		static void Send(CDataStore* msg);
32
		static void Send(CDataStore* msg);
33
 
33
 
34
};
34
};
35
 
35
 
36
#endif // ifndef _NETCLIENT_H_
36
#endif // ifndef _NETCLIENT_H_
-
 
37