DragonNest/Common/EternityEngine/EtError.cpp

10 lines
140 B
C++
Raw Normal View History

2024-12-19 09:48:26 +08:00
#include "Stdafx.h"
#include "EtError.h"
#ifdef _DEBUG
#define new new(_NORMAL_BLOCK,__FILE__,__LINE__)
#endif
int g_nLastError = ET_OK;