DragonNest/Common/EternityEngine/EtError.cpp
2024-12-19 09:48:26 +08:00

9 lines
140 B
C++

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