/* this file has been autogenerated by vtkNodeJsWrapInit */
/* editing this might proof futile */

#include <nan.h>

#include "vtkOpenGLContextActorWrap.h"

using namespace v8;

extern void vtkRenderingContextOpenGL2NodeJsInit( v8::Local<v8::Object> exports )
{
	VtkOpenGLContextActorWrap::Init( exports );
}

