From ff05e0d8437c50e86229a79b99c8f1ae0ffe773f Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 14 Mar 2003 02:05:15 +0000 Subject: Creating shapes --- include/glwidgets.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/glwidgets.h (limited to 'include/glwidgets.h') diff --git a/include/glwidgets.h b/include/glwidgets.h new file mode 100644 index 0000000..3529fab --- /dev/null +++ b/include/glwidgets.h @@ -0,0 +1,14 @@ +#ifndef __GLWIDGETS_H__ +#define __GLWIDGETS_H__ + +#include "Exceptions.h" + +namespace mogltk { + class widget : public Base { + public: + widget(); + virtual ~widget(); + }; +}; + +#endif -- cgit v1.2.3