summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2000-02-19 18:00:00 +0100
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2000-02-19 18:00:00 +0100
commitc475c637aba78366763cb122673ff836dd9e7e85 (patch)
tree84548734048499e913f200e1359acec4fa441fb0 /menu.h
downloadvdr-patch-lnbsharing-c475c637aba78366763cb122673ff836dd9e7e85.tar.gz
vdr-patch-lnbsharing-c475c637aba78366763cb122673ff836dd9e7e85.tar.bz2
Version 0.01 (Initial revision).vdr_osm-0.01
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/menu.h b/menu.h
new file mode 100644
index 0000000..849d8ee
--- /dev/null
+++ b/menu.h
@@ -0,0 +1,21 @@
+/*
+ * menu.h: The actual menu implementations
+ *
+ * See the main source file 'osm.c' for copyright information and
+ * how to reach the author.
+ *
+ * $Id: menu.h 1.1 2000/02/19 13:36:48 kls Exp $
+ */
+
+#ifndef _MENU_H
+#define _MENU_H
+
+#include "osd.h"
+
+class cMenuMain : public cOsdMenu {
+public:
+ cMenuMain(void);
+ virtual eOSStatus ProcessKey(eKeys Key);
+ };
+
+#endif //_MENU_H