From 6ab4021827e91303ac6fe2276f5567810b7e0496 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 16 Apr 2009 19:36:15 +0000 Subject: updated a few help messages, added 3d modelview to the buy menu --- src/ui/modelview.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/ui/modelview.h') diff --git a/src/ui/modelview.h b/src/ui/modelview.h index 2abeb01..1fbb4d9 100755 --- a/src/ui/modelview.h +++ b/src/ui/modelview.h @@ -35,9 +35,12 @@ public: virtual void print(const size_t indent) const; protected: - /// draw the model + /// draw the widget virtual void draw(); - + + /// draw border + void draw_border(); + private: std::string modelview_modelname; math::Color modelview_color; -- cgit v1.2.3