Got rid of AnimView, added Gui
This commit is contained in:
@@ -10,13 +10,13 @@ private:
|
||||
using StringVec = LuaConsole::StringVec;
|
||||
Viewer viewer_;
|
||||
LuaConsole console_;
|
||||
int64_t menu_id_;
|
||||
std::vector<std::string> menu_;
|
||||
|
||||
Gui gui_;
|
||||
int64_t gui_id_;
|
||||
|
||||
void do_view_command(const StringVec &cmd);
|
||||
void do_menu_command(const StringVec &cmd);
|
||||
void do_choose_command(const StringVec &cmd);
|
||||
void do_quit_command(const StringVec &cmd);
|
||||
|
||||
void do_lua(const std::string &exp);
|
||||
void do_command(const StringVec &exp);
|
||||
|
||||
Reference in New Issue
Block a user