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