constraints/CharacterSolver/HIK2014Solver/orcharactersolverlibrary.cxx
#pragma message ("You need an HIK license to compile this sample. Please visit http://www.autodesk.com/humanik for more information.")
{
}
#include "orcharactersolver_hik.h"
bool FBLibrary::LibInit() { return true; }
bool FBLibrary::LibOpen() { return true; }
bool FBLibrary::LibReady()
{
ORCharacterSolver_HIK::AddPropertiesToPropertyViewManager();
return true;
}
bool FBLibrary::LibClose() { return true; }
bool FBLibrary::LibRelease() { return true; }