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

#include <nan.h>

#include "vtkContextViewWrap.h"
#include "vtkContextInteractorStyleWrap.h"

using namespace v8;

extern void vtkViewsContext2DNodeJsInit( v8::Local<v8::Object> exports )
{
	VtkContextViewWrap::Init( exports );
	VtkContextInteractorStyleWrap::Init( exports );
}

