28 lines
480 B
C
28 lines
480 B
C
|
|
#ifndef PLATFORMHEADER_H_
|
||
|
|
#define PLATFORMHEADER_H_
|
||
|
|
|
||
|
|
//
|
||
|
|
#include "GlobalUserInfo.h"
|
||
|
|
#include "ServerListData.h"
|
||
|
|
#include "Helps.h"
|
||
|
|
|
||
|
|
#include "Define.h"
|
||
|
|
#include "Macro.h"
|
||
|
|
#include "Module.h"
|
||
|
|
#include "Packet.h"
|
||
|
|
#include "Platform.h"
|
||
|
|
#include "Property.h"
|
||
|
|
#include "RightDefine.h"
|
||
|
|
#include "ServerRule.h"
|
||
|
|
#include "ServerRule.h"
|
||
|
|
#include "Struct.h"
|
||
|
|
#include "Types.h"
|
||
|
|
#include "DataStream.h"
|
||
|
|
|
||
|
|
#include "Utility.h"
|
||
|
|
|
||
|
|
#include "CMD_GameServer.h"
|
||
|
|
#include "CMD_LogonServer.h"
|
||
|
|
|
||
|
|
#endif
|