aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/menuBackground.hpp
diff options
context:
space:
mode:
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