Saving changes

This commit is contained in:
kdeng00
2022-01-09 00:31:43 -05:00
parent a1b2e5f64a
commit e90278995a
8 changed files with 60 additions and 70 deletions
-7
View File
@@ -13,13 +13,6 @@ public:
std::string value;
};
struct Flags
{
std::string flag;
std::string value;
};
}
#endif