From baac659433417ee555e3e04a28ea6c06fa23d588 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 12 Jul 2004 15:08:14 +0000 Subject: Widget slowly working... --- include/glwidgets.h | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'include/glwidgets.h') diff --git a/include/glwidgets.h b/include/glwidgets.h index b606a14..241dd55 100644 --- a/include/glwidgets.h +++ b/include/glwidgets.h @@ -1,15 +1,17 @@ -#ifndef __GLWIDGETS_H__ -#define __GLWIDGETS_H__ - -#include - -namespace mogltk { - class glRoot : public Root { - public: - glRoot(shape *); - protected: - virtual void draw(); - }; -}; - -#endif +#ifndef __GLWIDGETS_H__ +#define __GLWIDGETS_H__ + +#include + +namespace mogltk { + namespace widgets { + class glRoot : public Root { + public: + glRoot(shape *); + protected: + virtual void draw(); + }; + }; +}; + +#endif -- cgit v1.2.3