aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/menuBackground.hpp
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-12-26 14:27:22 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:42 +0100
commit0e25625d4027ebf984489a07c3b9e9e47e25ce5d (patch)
tree2c672d1509168009962402a0e9b650d049b1660f /src/menu/menuBackground.hpp
parent396d1c86bf39cd734566ff645bca401f50942aaa (diff)
downloadusdx-0e25625d4027ebf984489a07c3b9e9e47e25ce5d.tar.gz
usdx-0e25625d4027ebf984489a07c3b9e9e47e25ce5d.tar.xz
usdx-0e25625d4027ebf984489a07c3b9e9e47e25ce5d.zip
converted UMenuBackgroundNone
Diffstat (limited to 'src/menu/menuBackground.hpp')
-rw-r--r--src/menu/menuBackground.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/menu/menuBackground.hpp b/src/menu/menuBackground.hpp
index 9f3e76fa..d108eb99 100644
--- a/src/menu/menuBackground.hpp
+++ b/src/menu/menuBackground.hpp
@@ -49,6 +49,11 @@ namespace usdx
MenuBackground(const MenuBackground&);
MenuBackground& operator=(const MenuBackground&);
};
+
+ class MenuBackgroundNone : MenuBackground
+ {
+ virtual void draw(void);
+ };
};
#endif