diff options
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r-- | src/FbCommands.hh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh index 59200d2..3bc5074 100644 --- a/src/FbCommands.hh +++ b/src/FbCommands.hh | |||
@@ -118,6 +118,15 @@ public: | |||
118 | void execute(); | 118 | void execute(); |
119 | }; | 119 | }; |
120 | 120 | ||
121 | class ShowCustomMenuCmd: public FbTk::Command { | ||
122 | public: | ||
123 | explicit ShowCustomMenuCmd(const std::string &arguments); | ||
124 | void execute(); | ||
125 | private: | ||
126 | std::string custom_menu_file; | ||
127 | |||
128 | }; | ||
129 | |||
121 | class ShowRootMenuCmd: public FbTk::Command { | 130 | class ShowRootMenuCmd: public FbTk::Command { |
122 | public: | 131 | public: |
123 | void execute(); | 132 | void execute(); |