add platform filter to b_manage

This commit is contained in:
2024-04-18 15:43:39 +02:00
parent a54d6b8716
commit 018c94bfe6
7 changed files with 18 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ namespace platform {
};
class ManageScreen {
public:
ManageScreen(int rows, int cols, const std::string& model, const std::string& score, bool complete, bool partial, bool compare);
ManageScreen(int rows, int cols, const std::string& model, const std::string& score, const std::string& platform, bool complete, bool partial, bool compare);
~ManageScreen() = default;
void doMenu();
private: