include paths normalized
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
#include "AccountConnector.h"
|
||||
#include "Packet.h"
|
||||
#include "PythonNetworkStream.h"
|
||||
#include "../EterBase/tea.h"
|
||||
#include "../EterPack/EterPackManager.h"
|
||||
#include "EterBase/tea.h"
|
||||
#include "EterPack/EterPackManager.h"
|
||||
|
||||
// CHINA_CRYPT_KEY
|
||||
extern DWORD g_adwEncryptKey[4];
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma
|
||||
|
||||
#include "../EterLib/NetStream.h"
|
||||
#include "../EterLib/FuncObject.h"
|
||||
#include "EterLib/NetStream.h"
|
||||
#include "EterLib/FuncObject.h"
|
||||
|
||||
class CAccountConnector : public CNetworkStream, public CSingleton<CAccountConnector>
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "StdAfx.h"
|
||||
#include "PythonBackground.h"
|
||||
#include "../eterlib/Camera.h"
|
||||
#include "EterLib/Camera.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// 메세지
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "../GameLib/ItemData.h"
|
||||
#include "GameLib/ItemData.h"
|
||||
|
||||
struct SAffects
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../EterLib/NetStream.h"
|
||||
#include "EterLib/NetStream.h"
|
||||
#include "MarkManager.h"
|
||||
|
||||
class CGuildMarkDownloader : public CNetworkStream, public CSingleton<CGuildMarkDownloader>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../EterLib/NetStream.h"
|
||||
#include "EterLib/NetStream.h"
|
||||
#include "MarkImage.h"
|
||||
|
||||
#ifdef __VTUNE__
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
#include "AbstractApplication.h"
|
||||
#include "packet.h"
|
||||
|
||||
#include "../eterlib/StateManager.h"
|
||||
#include "../gamelib/ItemManager.h"
|
||||
#include "EterLib/StateManager.h"
|
||||
#include "GameLib/ItemManager.h"
|
||||
|
||||
BOOL HAIR_COLOR_ENABLE=FALSE;
|
||||
BOOL USE_ARMOR_SPECULAR=FALSE;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../gamelib/RaceData.h"
|
||||
#include "../gamelib/ActorInstance.h"
|
||||
#include "GameLib/RaceData.h"
|
||||
#include "GameLib/ActorInstance.h"
|
||||
|
||||
#include "AffectFlagContainer.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "InstanceBase.h"
|
||||
#include "PythonBackground.h"
|
||||
#include "PythonCharacterManager.h"
|
||||
#include "../PRTerrainLib/Terrain.h"
|
||||
#include "PRTerrainLib/Terrain.h"
|
||||
|
||||
float NEW_UnsignedDegreeToSignedDegree(float fUD)
|
||||
{
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
#include "PythonPlayer.h"
|
||||
#include "PythonSystem.h"
|
||||
|
||||
#include "../EffectLib/EffectManager.h"
|
||||
#include "../EffectLib/ParticleSystemData.h"
|
||||
#include "../EterLib/Camera.h"
|
||||
#include "EffectLib/EffectManager.h"
|
||||
#include "EffectLib/ParticleSystemData.h"
|
||||
#include "EterLib/Camera.h"
|
||||
|
||||
float CInstanceBase::ms_fDustGap;
|
||||
float CInstanceBase::ms_fHorseDustGap;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "StdAfx.h"
|
||||
#include "InstanceBase.h"
|
||||
#include "AbstractPlayer.h"
|
||||
#include "../gameLib/ActorInstance.h"
|
||||
#include "GameLib/ActorInstance.h"
|
||||
|
||||
const int c_iFishingRotStep = 8;
|
||||
const float c_fFishingDistance = 600.0f;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "StdAfx.h"
|
||||
#include "InstanceBase.h"
|
||||
#include "PythonBackground.h"
|
||||
#include "../eterLib/GrpMath.h"
|
||||
#include "EterLib/GrpMath.h"
|
||||
|
||||
void CInstanceBase::SetAttackSpeed(UINT uAtkSpd)
|
||||
{
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
#include "Locale.h"
|
||||
#include "PythonApplication.h"
|
||||
#include "resource.h"
|
||||
#include "../eterBase/CRC32.h"
|
||||
#include "../eterpack/EterPackManager.h"
|
||||
#include "../eterLocale/Japanese.h"
|
||||
#include "EterBase/CRC32.h"
|
||||
#include "EterPack/EterPackManager.h"
|
||||
#include "EterLocale/Japanese.h"
|
||||
#include <windowsx.h>
|
||||
|
||||
const char* LSS_YMIR = "YMIR";
|
||||
|
||||
@@ -13,7 +13,7 @@ typedef struct _AHNHS_TRANS_BUFFER
|
||||
|
||||
#pragma pack(pop) // 기존 alignment 복구.
|
||||
|
||||
#include "../gamelib/RaceData.h"
|
||||
#include "Gamelib/RaceData.h"
|
||||
|
||||
typedef uint8_t TPacketHeader;
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "StdAfx.h"
|
||||
#include "PythonApplication.h"
|
||||
|
||||
#include "../eterbase/timer.h"
|
||||
#include "../eterlib/Camera.h"
|
||||
#include "EterBase/timer.h"
|
||||
#include "EterLib/Camera.h"
|
||||
|
||||
float BlendValueByLinear(float fElapsedTime, float fDuration, float fBeginValue, float fEndValue)
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "StdAfx.h"
|
||||
#include "PythonApplication.h"
|
||||
#include "../eterlib/Camera.h"
|
||||
#include "EterLib/Camera.h"
|
||||
|
||||
void CPythonApplication::OnCameraUpdate()
|
||||
{
|
||||
|
||||
@@ -253,7 +253,7 @@ PyObject* appIsCHEONMA(PyObject* poSelf, PyObject* poArgs)
|
||||
return Py_BuildValue("i", LocaleService_IsCHEONMA());
|
||||
}
|
||||
|
||||
#include "../eterBase/tea.h"
|
||||
#include "EterBase/tea.h"
|
||||
|
||||
PyObject* appLoadLocaleAddr(PyObject* poSelf, PyObject* poArgs)
|
||||
{
|
||||
@@ -339,7 +339,7 @@ PyObject* appGetImageInfo(PyObject* poSelf, PyObject* poArgs)
|
||||
}
|
||||
#endif
|
||||
|
||||
#include "../EterPack/EterPackManager.h"
|
||||
#include "EterPack/EterPackManager.h"
|
||||
|
||||
PyObject* appIsExistFile(PyObject* poSelf, PyObject* poArgs)
|
||||
{
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "../eterlib/CullingManager.h"
|
||||
#include "../eterlib/Camera.h"
|
||||
#include "../eterPack/EterPackManager.h"
|
||||
#include "../gamelib/MapOutDoor.h"
|
||||
#include "../gamelib/PropertyLoader.h"
|
||||
#include "EterLib/CullingManager.h"
|
||||
#include "EterLib/Camera.h"
|
||||
#include "EterPack/EterPackManager.h"
|
||||
#include "GameLib/MapOutDoor.h"
|
||||
#include "GameLib/PropertyLoader.h"
|
||||
|
||||
#include "PythonBackground.h"
|
||||
#include "PythonCharacterManager.h"
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
#include "../gamelib/MapManager.h"
|
||||
#include "../gamelib/TerrainDecal.h"
|
||||
#include "../gamelib/SnowEnvironment.h"
|
||||
#include "GameLib/MapManager.h"
|
||||
#include "GameLib/TerrainDecal.h"
|
||||
#include "GameLib/SnowEnvironment.h"
|
||||
|
||||
class CInstanceBase;
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "StdAfx.h"
|
||||
#include "PythonSystem.h"
|
||||
#include "PythonBackground.h"
|
||||
#include "../eterlib/StateManager.h"
|
||||
#include "../gamelib/MapOutDoor.h"
|
||||
#include "EterLib/StateManager.h"
|
||||
#include "GameLib/MapOutDoor.h"
|
||||
|
||||
PyObject * backgroundIsSoftwareTiling(PyObject * poSelf, PyObject * poArgs)
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "AbstractPlayer.h"
|
||||
#include "packet.h"
|
||||
|
||||
#include "../eterLib/Camera.h"
|
||||
#include "EterLib/Camera.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Frame Process
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "AbstractCharacterManager.h"
|
||||
#include "InstanceBase.h"
|
||||
#include "../GameLib/PhysicsObject.h"
|
||||
#include "GameLib/PhysicsObject.h"
|
||||
|
||||
class CPythonCharacterManager : public CSingleton<CPythonCharacterManager>, public IAbstractCharacterManager, public IObjectManager
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "PythonCharacterManager.h"
|
||||
#include "PythonBackground.h"
|
||||
#include "InstanceBase.h"
|
||||
#include "../gamelib/RaceManager.h"
|
||||
#include "GameLib/RaceManager.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// RaceData 관련 시작
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "AbstractApplication.h"
|
||||
#include "PythonCharacterManager.h"
|
||||
#include "../eterbase/Timer.h"
|
||||
#include "EterBase/Timer.h"
|
||||
|
||||
int CPythonChat::TChatSet::ms_iChatModeSize = CHAT_TYPE_MAX_NUM;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "StdAfx.h"
|
||||
#include "PythonChat.h"
|
||||
#include "PythonItem.h"
|
||||
#include "../gamelib/ItemManager.h"
|
||||
#include "GameLib/ItemManager.h"
|
||||
|
||||
PyObject * chatSetChatColor(PyObject* poSelf, PyObject* poArgs)
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "StdAfx.h"
|
||||
#include "../EffectLib/EffectManager.h"
|
||||
#include "EffectLib/EffectManager.h"
|
||||
#include "PythonCharacterManager.h"
|
||||
|
||||
PyObject * effectRegisterEffect(PyObject * poSelf, PyObject * poArgs)
|
||||
|
||||
@@ -2,15 +2,13 @@
|
||||
#include "PythonEventManager.h"
|
||||
#include "PythonNetworkStream.h"
|
||||
#include "PythonNonPlayer.h"
|
||||
|
||||
#include "EterPack/EterPackManager.h"
|
||||
#include "PythonMiniMap.h"
|
||||
#include "AbstractApplication.h"
|
||||
|
||||
#include "../gamelib/ItemData.h"
|
||||
#include "../gamelib/ItemManager.h"
|
||||
#include "GameLib/ItemData.h"
|
||||
#include "GameLib/ItemManager.h"
|
||||
|
||||
#include "../eterPack/EterPackManager.h"
|
||||
|
||||
#include "PythonMiniMap.h"
|
||||
|
||||
const long c_lNormal_Waiting_Time = 10;
|
||||
const int c_fLine_Temp = 16;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../eterLib/parser.h"
|
||||
#include "EterLib/parser.h"
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#include "stdafx.h"
|
||||
#include "../gamelib/FlyingObjectManager.h"
|
||||
#include "GameLib/FlyingObjectManager.h"
|
||||
|
||||
PyObject * flyUpdate(PyObject * poSelf, PyObject * poArgs)
|
||||
{
|
||||
CFlyingManager::Instance().Update();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "StdAfx.h"
|
||||
#include "../gamelib/GameEventManager.h"
|
||||
#include "GameLib/GameEventManager.h"
|
||||
|
||||
PyObject * eventMgrUpdate(PyObject * poSelf, PyObject * poArgs)
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../eterBase/Singleton.h"
|
||||
#include "../eterlib/IME.h"
|
||||
#include "EterBase/Singleton.h"
|
||||
#include "EterLib/IME.h"
|
||||
|
||||
class CPythonIME :
|
||||
public IIMEEventSink,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "stdafx.h"
|
||||
#include "../eterlib/GrpMath.h"
|
||||
#include "../gamelib/ItemManager.h"
|
||||
#include "../EffectLib/EffectManager.h"
|
||||
#include "EterLib/GrpMath.h"
|
||||
#include "Gamelib/ItemManager.h"
|
||||
#include "EffectLib/EffectManager.h"
|
||||
#include "PythonBackground.h"
|
||||
|
||||
#include "pythonitem.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// 각 아이템의 데이타와 Icon Image Instance의 매니져 역할까지 주관
|
||||
// 조금 난잡해진거 같기도 하다 - 2003. 01. 13. [levites]
|
||||
|
||||
#include "../EterGrnLib/ThingInstance.h"
|
||||
#include "EterGrnLib/ThingInstance.h"
|
||||
|
||||
class CItemData;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "StdAfx.h"
|
||||
#include "PythonItem.h"
|
||||
|
||||
#include "../gamelib/ItemManager.h"
|
||||
#include "GameLib/ItemManager.h"
|
||||
#include "InstanceBase.h"
|
||||
#include "AbstractApplication.h"
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "StdAfx.h"
|
||||
#include "../eterLib/StateManager.h"
|
||||
#include "../eterLib/GrpSubImage.h"
|
||||
#include "../eterlib/Camera.h"
|
||||
#include "../EterPack/EterPackManager.h"
|
||||
#include "EterLib/StateManager.h"
|
||||
#include "EterLib/GrpSubImage.h"
|
||||
#include "EterLib/Camera.h"
|
||||
#include "EterPack/EterPackManager.h"
|
||||
|
||||
#include "PythonMiniMap.h"
|
||||
#include "PythonBackground.h"
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "AbstractPlayer.h"
|
||||
|
||||
#include "../eterPythonLib/PythonWindowManager.h"
|
||||
#include "EterPythonLib/PythonWindowManager.h"
|
||||
|
||||
void CPythonMiniMap::AddObserver(DWORD dwVID, float fSrcX, float fSrcY)
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
#include "../eterLib/NetDatagramReceiver.h"
|
||||
#include "../eterLib/NetDatagramSender.h"
|
||||
#include "EterLib/NetDatagramReceiver.h"
|
||||
#include "EterLib/NetDatagramSender.h"
|
||||
#include "Packet.h"
|
||||
|
||||
class CPythonNetworkDatagram : public CSingleton<CPythonNetworkDatagram>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "StdAfx.h"
|
||||
#include "../eterLib/NetPacketHeaderMap.h"
|
||||
#include "EterLib/NetPacketHeaderMap.h"
|
||||
|
||||
#include "PythonNetworkStream.h"
|
||||
#include "Packet.h"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "../eterLib/FuncObject.h"
|
||||
#include "../eterlib/NetStream.h"
|
||||
#include "../eterLib/NetPacketHeaderMap.h"
|
||||
#include "EterLib/FuncObject.h"
|
||||
#include "EterLib/NetStream.h"
|
||||
#include "EterLib/NetPacketHeaderMap.h"
|
||||
|
||||
#include "InsultChecker.h"
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
#include "PythonMessenger.h"
|
||||
#include "PythonApplication.h"
|
||||
|
||||
#include "../EterPack/EterPackManager.h"
|
||||
#include "../gamelib/ItemManager.h"
|
||||
#include "EterPack/EterPackManager.h"
|
||||
#include "GameLib/ItemManager.h"
|
||||
|
||||
#include "AbstractApplication.h"
|
||||
#include "AbstractCharacterManager.h"
|
||||
|
||||
@@ -5,11 +5,7 @@
|
||||
|
||||
#include "PythonApplication.h"
|
||||
#include "AbstractPlayer.h"
|
||||
#include "../gamelib/ActorInstance.h"
|
||||
|
||||
|
||||
|
||||
|
||||
#include "GameLib/ActorInstance.h"
|
||||
|
||||
void CPythonNetworkStream::__GlobalPositionToLocalPosition(int32_t& rGlobalX, int32_t& rGlobalY)
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "PythonNetworkStream.h"
|
||||
#include "PythonApplication.h"
|
||||
#include "Packet.h"
|
||||
#include "../eterpack/EterPackManager.h"
|
||||
#include "EterPack/EterPackManager.h"
|
||||
|
||||
// HandShake ---------------------------------------------------------------------------
|
||||
void CPythonNetworkStream::HandShakePhase()
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "AbstractPlayer.h"
|
||||
|
||||
#include "../eterPack/EterPackManager.h"
|
||||
#include "EterPack/EterPackManager.h"
|
||||
|
||||
void CPythonNetworkStream::EnableChatInsultFilter(bool isEnable)
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "stdafx.h"
|
||||
#include "../eterPack/EterPackManager.h"
|
||||
#include "EterPack/EterPackManager.h"
|
||||
#include "pythonnonplayer.h"
|
||||
#include "InstanceBase.h"
|
||||
#include "PythonCharacterManager.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "StdAfx.h"
|
||||
#include "../eterPack/EterPackManager.h"
|
||||
#include "../eterBase/tea.h"
|
||||
#include "EterPack/EterPackManager.h"
|
||||
#include "EterBase/tea.h"
|
||||
|
||||
// CHINA_CRYPT_KEY
|
||||
DWORD g_adwEncryptKey[4];
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "PythonPlayerEventHandler.h"
|
||||
#include "PythonApplication.h"
|
||||
#include "PythonItem.h"
|
||||
#include "../eterbase/Timer.h"
|
||||
#include "EterBase/Timer.h"
|
||||
|
||||
#include "AbstractPlayer.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../gamelib/ActorInstance.h"
|
||||
#include "../gamelib/FlyHandler.h"
|
||||
#include "GameLib/ActorInstance.h"
|
||||
#include "GameLib/FlyHandler.h"
|
||||
|
||||
#include "PythonNetworkStream.h"
|
||||
#include "InstanceBase.h"
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
#include "PythonPlayer.h"
|
||||
#include "PythonPlayerEventHandler.h"
|
||||
#include "PythonApplication.h"
|
||||
#include "../eterlib/Camera.h"
|
||||
#include "../eterbase/Timer.h"
|
||||
#include "EterLib/Camera.h"
|
||||
#include "EterBase/Timer.h"
|
||||
|
||||
const int c_iFastestSendingCount = 3;
|
||||
const int c_iSlowestSendingCount = 3;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "PythonPlayer.h"
|
||||
#include "PythonApplication.h"
|
||||
|
||||
#include "../eterlib/Camera.h"
|
||||
#include "EterLib/Camera.h"
|
||||
|
||||
void CPythonPlayer::NEW_SetMouseMoveState(int eMBS)
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "InstanceBase.h"
|
||||
#include "PythonChat.h"
|
||||
#include "PythonGuild.h"
|
||||
#include "../GameLib/ItemManager.h"
|
||||
#include "GameLib/ItemManager.h"
|
||||
|
||||
void CPythonPlayer::ClearAffects()
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "StdAfx.h"
|
||||
#include "../eterLib/Profiler.h"
|
||||
#include "EterLib/Profiler.h"
|
||||
|
||||
PyObject * profilerPush(PyObject * poSelf, PyObject * poArgs)
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "StdAfx.h"
|
||||
#include "PythonSkill.h"
|
||||
|
||||
#include "../EterBase/Poly/Poly.h"
|
||||
#include "../EterPack/EterPackManager.h"
|
||||
#include "EterBase/Poly/Poly.h"
|
||||
#include "EterPack/EterPackManager.h"
|
||||
#include "InstanceBase.h"
|
||||
#include "PythonPlayer.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../gamelib/ItemData.h"
|
||||
#include "../EterBase/Poly/Poly.h"
|
||||
#include "GameLib/ItemData.h"
|
||||
#include "EterBase/Poly/Poly.h"
|
||||
|
||||
class CInstanceBase;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../eterBase/Singleton.h"
|
||||
#include "EterBase/Singleton.h"
|
||||
|
||||
/*
|
||||
* 따라다니는 텍스트 처리
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "Packet.h"
|
||||
#include "ServerStateChecker.h"
|
||||
|
||||
#include "../eterLib/NetAddress.h"
|
||||
#include "EterLib/NetAddress.h"
|
||||
|
||||
#pragma pack(push)
|
||||
#pragma pack(1)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../eterLib/NetStream.h"
|
||||
#include "EterLib/NetStream.h"
|
||||
|
||||
class CServerStateChecker : public CSingleton<CServerStateChecker>
|
||||
{
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
#pragma warning(disable:4245)
|
||||
#pragma warning(disable:4995)
|
||||
|
||||
#include "eterLib/StdAfx.h"
|
||||
#include "eterPythonLib/StdAfx.h"
|
||||
#include "gameLib/StdAfx.h"
|
||||
#include "scriptLib/StdAfx.h"
|
||||
#include "EterLib/StdAfx.h"
|
||||
#include "EterPythonLib/StdAfx.h"
|
||||
#include "GameLib/StdAfx.h"
|
||||
#include "ScriptLib/StdAfx.h"
|
||||
#include "AudioLib/StdAfx.h"
|
||||
#include "EffectLib/StdAfx.h"
|
||||
#include "PRTerrainLib/StdAfx.h"
|
||||
@@ -55,7 +55,6 @@ void initItem();
|
||||
void initNonPlayer();
|
||||
void initnet();
|
||||
void initPlayer();
|
||||
void initSectionDisplayer();
|
||||
void initServerStateChecker();
|
||||
void initTrade();
|
||||
void initMiniMap();
|
||||
|
||||
Reference in New Issue
Block a user