Files
Leviathan/Client/Game/game/Localization/MiddleEast/SGameOperationManager.cpp
T
2026-06-01 12:46:52 +02:00

15 lines
227 B
C++

#include "stdafx.h"
#ifdef _COUNTRY_ME_
#include "SGameOperationManager.h"
SGameOperationManager::SGameOperationManager(void)
: m_nDefaultCodePage( CP_ACP )
{
}
SGameOperationManager::~SGameOperationManager(void)
{
}
#endif