14 lines
249 B
C++
14 lines
249 B
C++
#include "StdAfx.h"
|
|
#include "IDnCutSceneRenderObject.h"
|
|
|
|
#ifdef _DEBUG
|
|
#define new new(_NORMAL_BLOCK,__FILE__,__LINE__)
|
|
#endif
|
|
|
|
IDnCutSceneRenderObject::IDnCutSceneRenderObject(void)
|
|
{
|
|
}
|
|
|
|
IDnCutSceneRenderObject::~IDnCutSceneRenderObject(void)
|
|
{
|
|
}
|