miscellaneous/material_template/ormaterial_template.cxx
#include <pyfbsdk/pyfbsdk.h>
#ifdef KARCH_ENV_WIN
#include <windows.h>
#endif
#include "ormaterial_template_material.h"
typedef ORMaterialCustom *HORMaterialCustom;
#include "ormaterial_template_pymaterial.h"
BOOST_PYTHON_MODULE(ormaterial_template)
{
ORMaterialCustom_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; }