aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r--src/FbCommands.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh
index 8ac40fa..59200d2 100644
--- a/src/FbCommands.hh
+++ b/src/FbCommands.hh
@@ -113,6 +113,11 @@ private:
113 std::string m_end_args; 113 std::string m_end_args;
114}; 114};
115 115
116class HideMenuCmd: public FbTk::Command {
117public:
118 void execute();
119};
120
116class ShowRootMenuCmd: public FbTk::Command { 121class ShowRootMenuCmd: public FbTk::Command {
117public: 122public:
118 void execute(); 123 void execute();