Files
FC1/CryEntitySystem/EntityIt.cpp
romkazvo 34d6c5d489 123
2023-08-07 19:29:24 +08:00

13 lines
329 B
C++

// 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