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

#include <nan.h>

#include "vtkVideoSourceWrap.h"

using namespace v8;

extern void vtkIOVideoNodeJsInit( v8::Local<v8::Object> exports )
{
	VtkVideoSourceWrap::Init( exports );
}

