15 lines
227 B
C++
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 |