Adding some License Informations to the header files git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@446 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
15 lines
164 B
C++
15 lines
164 B
C++
|
|
#include "PostProcessing.h"
|
|
|
|
namespace AssimpNET
|
|
{
|
|
|
|
PostProcessing::PostProcessing(void)
|
|
{
|
|
}
|
|
|
|
PostProcessing::~PostProcessing(void)
|
|
{
|
|
}
|
|
|
|
}//namespace
|