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