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