Overhaul of command parsing
This commit is contained in:
@@ -36,6 +36,7 @@ public:
|
||||
void clear() { elts_.clear(); }
|
||||
bool has_action(const std::string &action) const;
|
||||
void menu_item(const std::string &action, const std::string &label);
|
||||
std::string get_action(int index);
|
||||
|
||||
// Put a pointer to a gui into the lua registry.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user