Refactor in progress for more modular terminal
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define TERMINALACTIONSTATE_HPP
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
namespace Parser {
|
||||
class Param;
|
||||
@@ -12,6 +13,7 @@ namespace Parser {
|
||||
namespace Terminal {
|
||||
class ActionState {
|
||||
private:
|
||||
public: /* tmp */
|
||||
std::string params;
|
||||
std::vector<int> parsed_params;
|
||||
bool parsed;
|
||||
|
||||
Reference in New Issue
Block a user