#ifndef _ORPYFBSDK_COMMON_H_
#define _ORPYFBSDK_COMMON_H_
#include <pyfbsdk/pyfbsdk.h>
#include "shaders/shaderscreen/orshaderscreen_shader.h"
#include "shaders/cgshader/orcgshader_shader.h"
#include "shaders/shader_template/orshader_template_shader.h"
#include "shaders/shadertexmat/orshadertexmat_shader.h"
typedef ORShaderScreen *HORShaderScreen;
typedef ORCgShader *HORCgShader;
typedef ORShader_Template *HORShader_Template;
typedef ORShaderTexMat *HORShaderTexMat;
#include "orpyfbsdk_template_model.h"
#include "orpyfbsdk_template_pyenum.h"
#include "orpyfbsdk_template_pymodel.h"
#include "orpyfbsdk_template_pyshadercg.h"
#include "orpyfbsdk_template_pyshadertemplate.h"
#include "orpyfbsdk_template_pyshaderscreen.h"
#include "orpyfbsdk_template_pyshadertexmat.h"
#include "orpyfbsdk_template_pyfunction.h"
#endif //_ORPYFBSDK_COMMON_H_