miscellaneous/marker_template/ormarker_template.cxx
#include <pyfbsdk/pyfbsdk.h>
#include "ormarker_template_custom.h"
typedef ORMarkerCustom *HORMarkerCustom;
#include "ormarker_template_pycustom.h"
BOOST_PYTHON_MODULE(ormarker_template)
{
ORMarkerCustom_Init();
}
{
}
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; }