Remove the /menu and /choose commands from text console
This commit is contained in:
@@ -98,10 +98,8 @@ public:
|
||||
protected:
|
||||
virtual void do_syntax_error(std::string_view error) = 0;
|
||||
virtual void do_unknown_command(std::string_view name) = 0;
|
||||
virtual void do_choose_command(int64_t n) = 0;
|
||||
virtual void do_view_command() = 0;
|
||||
virtual void do_moveto_command(int x, int y) = 0;
|
||||
virtual void do_menu_command(int64_t tanid) = 0;
|
||||
virtual void do_quit_command() = 0;
|
||||
virtual void do_cpl_command() = 0;
|
||||
virtual void do_work_command() = 0;
|
||||
|
||||
Reference in New Issue
Block a user