From c6ffcc01aa82582b119de294ff40aac915c88e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Mon, 7 Jan 2013 21:29:45 +0200 Subject: Initial commit. Version 0.0.3. --- setup_menu.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 setup_menu.h (limited to 'setup_menu.h') diff --git a/setup_menu.h b/setup_menu.h new file mode 100755 index 0000000..2b08dd2 --- /dev/null +++ b/setup_menu.h @@ -0,0 +1,29 @@ +/* + * setup_menu.h: Setup Menu + * + * See the README file for copyright information and how to reach the author. + * + */ + +#ifndef __HISTORY_SETUP_MENU_H +#define __HISTORY_SETUP_MENU_H + +#include +#include +#include "config.h" + +class cHistorySetupMenu : public cMenuSetupPage +{ +private: + cHistorySetup newconfig; + +protected: + virtual void Store(void); + void Set(void); + +public: + cHistorySetupMenu(void); + virtual eOSState ProcessKey(eKeys Key); +}; + +#endif //__HISTORY_SETUP_MENU_H -- cgit v1.2.3