Files
Sun1602/Tools/WiseClient/Application/WiseClientV2.GlobalVariables.cpp
2022-10-26 12:25:11 +08:00

48 lines
1.3 KiB
C++

// 종합솔루션.cpp : 콘솔 응용 프로그램에 대한 진입점을 정의합니다.
//
#include "stdafx.h"
// (SUN_SECURE)
#include <CryptManager_4Client.h>
#include <Object/MsgHandler.h>
#include <Object/ObjectManager.h>
#include <Information/Auto/AutoPlayControl.h>
//////////////////////////////////////////////////////////////////////////
#include <ScriptLogic/ScriptLogic.Interfaces.h>
//////////////////////////////////////////////////////////////////////////
// (SUN_SECURE)
#ifndef __NA000630_070817_MOLA_5th_UPDATE
sCLIENT_INIT_PRE_ENTRY s_SECURE_INIT_PRE_ENTRY;
#else __NA000630_070817_MOLA_5th_UPDATE
#include <Information/Secure/IGameResourceInClient.h>
static struct sCLIENT_INIT_PRE_ENTRY_WRAP
{
IWzGResTableInClient m_GResTable;
sCLIENT_INIT_PRE_ENTRY_WRAP()
{
sCLIENT_INIT_PRE_ENTRY Entry(&m_GResTable);
};
} s_SECURE_INIT_PRE_ENTRY;
#endif //
DECLARE_BASE_WISE_STEP_FUNCTION()
{
ScriptLogicInterface* pINTERFACE = Manipulater::GetScriptLogicInterface();
ScriptLogicFrame::GetScriptLogicFrame()->Init(pINTERFACE);
//////////////////////////////////////////////////////////////////////////
CryptManager::InitInfo(NULL);
//////////////////////////////////////////////////////////////////////////
MsgHandler::CreateInstance();
ObjectManager::CreateInstance();
};
REGISTER_STEP_HANDLER_BASE(eWISE_ROUTINES_INIT_GLOBAL_VARIALBLES);