#ifndef __GLWIDGETS_H__ #define __GLWIDGETS_H__ #include "Exceptions.h" namespace mogltk { class widget : public Base { public: widget(); virtual ~widget(); }; }; #endif