miscellaneous/pyfbsdk_template/orpyfbsdk_template.cxx
#include "orpyfbsdk_common.h"
BOOST_PYTHON_MODULE(orpyfbsdk_template)
{
ORModelUser_Init();
ORCgShader_Init();
ORShaderTemplate_Init();
ORShaderScreen_Init();
ORShaderTexMat_Init();
OREnum_Init();
ORFunctionInit();
}
{
}
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; }