Newer
Older
ubixos-pre / src / lib / views / sunlight / include / vCanvas.h
@reddawg reddawg on 18 Jun 2004 192 bytes UbixOS PreRelease
#ifndef VCANVAS_H
#define VCANVAS_H

#include <vContext.h>

class vCanvas : public vContext {
 protected:
 public: 
         vCanvas(vContext *);
 virtual ~vCanvas(void);
}; // vCanvas
#endif