diff options
Diffstat (limited to 'osdmenu.h')
-rw-r--r-- | osdmenu.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,8 +7,14 @@ class myOsdMenu : public cOsdMenu { private: + int Gamma, Brightness, Smooth; + int ProfileIndex; + int LastGamma, LastBrightness, LastSmooth; int LastStatus, LastMode; + int LastProfileIndex; + + cStringList Profiles; void MySetHelp(void); public: @@ -19,4 +25,4 @@ public: }; -#endif
\ No newline at end of file +#endif |