DragonNest/Client/DnLauncher/Country/THAI/DnServiceModuleTHAI.cpp

15 lines
190 B
C++
Raw Permalink Normal View History

#include "stdafx.h"
#include "DnServiceModuleTHAI.h"
#if defined(_THAI)
BOOL CDnServiceModuleTHAI::Initialize()
{
return TRUE;
}
void CDnServiceModuleTHAI::Destroy()
{
}
#endif // _THAI