Changed: More memory leaks detection

--HG--
branch : develop
hg/compatibility-develop
kervala 7 years ago
parent bea0240cbb
commit 106f18a8c8

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

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

Loading…
Cancel
Save