miscellaneous/motionbuilder_shelf/main.cpp
#include "StdAfx.h"
#include "shelveTool.h"
}
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) ; }