Subversion Repositories WoWGM

Rev

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

Rev 26 Rev 31
Line 1... Line 1...
1
#ifndef  _NETCLIENT_H_
1
#ifndef  _NETCLIENT_H_
2
#define  _NETCLIENT_H_
2
#define  _NETCLIENT_H_
3
 
3
 
4
#include <Engine/Base/CDataStore.h>
4
#include <Engine/Base/CDataStore.h>
5
 
5
 
6
/****************************************************************************
-
 
7
*
-
 
8
*	Memory addresses
-
 
9
*
-
 
10
***/
-
 
11
#define NETCLIENT__SEND	0x00632B50;
-
 
12
 
6
 
13
 
-
 
14
enum NETMESSAGE
7
enum NETMESSAGE {
15
{
-
 
16
	MSG_NULLACTION            = 0x0,
8
	MSG_NULLACTION            = 0x0,
17
	CMSG_BOOTME					      = 0x1,
9
	CMSG_BOOTME					      = 0x1,
18
	CMSG_LEARN_SPELL			    = 0x10,
10
	CMSG_LEARN_SPELL			    = 0x10,
19
  CMSG_CREATEMONSTER        = 0x11,
11
  CMSG_CREATEMONSTER        = 0x11,
20
	CMSG_CREATEITEM				    = 0x13,
12
	CMSG_CREATEITEM				    = 0x13,