tools/toolfcurveevent/ortool_fcurveevent.cxx

tools/toolfcurveevent/ortool_fcurveevent.cxx
// ===========================================================================
// Copyright 2017 Autodesk, Inc. All rights reserved.
//
// Use of this software is subject to the terms of the Autodesk license
// agreement provided at the time of installation or download, or which
// otherwise accompanies this software in either electronic or hard copy form.
// ===========================================================================
//--- SDK include
#include <fbsdk/fbsdk.h>
#ifdef KARCH_ENV_WIN
#include <windows.h>
#endif
//--- Library declaration.
FBLibraryDeclare( ortool_fcurveevent)
{
FBLibraryRegister( ORTool_FCurveEvent);
}
/************************************************
* Library functions.
************************************************/
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; }