123
This commit is contained in:
12
CryEntitySystem/EntityIt.cpp
Normal file
12
CryEntitySystem/EntityIt.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
// EntityIt.cpp: implementation of the CEntityIt class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "EntityIt.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
static char THIS_FILE[] = __FILE__;
|
||||
#define DEBUG_CLIENTBLOCK new( _NORMAL_BLOCK, THIS_FILE, __LINE__)
|
||||
#define new DEBUG_CLIENTBLOCK
|
||||
#endif
|
||||
Reference in New Issue
Block a user