miscellaneous/texture_template/ortexture_template_pytexture.cxx
#include <pyfbsdk/pyfbsdk.h>
#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 );
}
namespace boost
{
template <>
ORLayeredTextureCustom_Wrapper const volatile * get_pointer<class ORLayeredTextureCustom_Wrapper const volatile >(
class ORLayeredTextureCustom_Wrapper const volatile *c)
{
return c;
}
}