Changed: More memory leaks detection

--HG--
branch : develop
This commit is contained in:
kervala 2017-11-05 19:24:50 +01:00
parent bea0240cbb
commit 106f18a8c8
2 changed files with 8 additions and 0 deletions

View file

@ -61,6 +61,10 @@
#include <list>
#ifdef DEBUG_NEW
#define new DEBUG_NEW
#endif
extern CContinentManager ContinentMngr;
extern NL3D::UDriver *Driver;
extern NL3D::UScene *Scene;

View file

@ -51,6 +51,10 @@
#include "../misc.h"
#ifdef DEBUG_NEW
#define new DEBUG_NEW
#endif
using namespace std;
using namespace NLMISC;