assimp/port/Assimp.NET/Assimp.NET/Light.cpp

17 lines
217 B
C++

#include "Light.h"
namespace AssimpNET
{
Light::Light(void)
{
throw gcnew System::NotImplementedException();
}
Light::~Light(void)
{
throw gcnew System::NotImplementedException();
}
}//namespace