#include <vContext.h> #include <vCanvas.h> vCanvas::vCanvas(vContext * parent) : vContext(parent) { return; } vCanvas::~vCanvas(void) { return; }