miscellaneous/pyfbsdk_template/orpyfbsdk_template_pyfunction.h
#ifndef __ORPYFBSDK_TEMPLATE_PYFUNCTION_H__
#define __ORPYFBSDK_TEMPLATE_PYFUNCTION_H__
void ORFunctionInit();
FBShader* ORCreateShader( ORShaderType pShaderType = kORShaderTemplate );
#endif