miscellaneous/texture_template/ortexture_template_pytexture.cxx
#include <pyfbsdk/pyfbsdk.h>
#ifdef KARCH_ENV_WIN
#include <windows.h>
#endif
#include "ortexture_template_texture.h"
#include "ortexture_template_pytexture.h"
void ORLayeredTextureCustom_Init()
{
REGISTER_FBWRAPPER_FORWARD( ORLayeredTextureCustom )
class_<ORLayeredTextureCustom_Wrapper,bases<FBTexture_Wrapper>, Wrapper_Container_1<ORLayeredTextureCustom_Wrapper, const char*>, boost::noncopyable >("ORLayeredTextureCustom",init<const char*>())
ADD_ORSDK_PROPERTY_PYTHON_CUSTOM_TYPE_ACCESS( ORLayeredTextureCustom, AuxLayer )
;
REGISTER_FBWRAPPER( ORLayeredTextureCustom );
}