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