From e7f4fdd7f9585c2f5f1803bf3264c118251d86db Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sat, 26 Dec 2009 14:34:53 +0100 Subject: converted UMenuBackgroundColor --- src/menu/menuBackground.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/menu/menuBackground.hpp') diff --git a/src/menu/menuBackground.hpp b/src/menu/menuBackground.hpp index 3e0aa85c..c398b381 100644 --- a/src/menu/menuBackground.hpp +++ b/src/menu/menuBackground.hpp @@ -55,6 +55,15 @@ namespace usdx public: virtual void draw(void); }; + + class MenuBackgroundColor : MenuBackground + { + private: + RGB color; + public: + MenuBackgroundColor(RGB &color); + virtual void draw(void); + }; }; #endif -- cgit v1.2.3