DragonNest/Common/EternityEngine/EtError.cpp

10 lines
140 B
C++
Raw Permalink Normal View History

#include "Stdafx.h"
#include "EtError.h"
#ifdef _DEBUG
#define new new(_NORMAL_BLOCK,__FILE__,__LINE__)
#endif
int g_nLastError = ET_OK;