chip flags rewrite, part 1

This commit is contained in:
tildearrow 2022-09-29 03:19:48 -05:00
parent 24a72165c9
commit 82eed26094
3 changed files with 453 additions and 21 deletions

View file

@ -25,6 +25,7 @@
class DivConfig {
std::map<String,String> conf;
void parseLine(const char* line);
public:
// config loading/saving
bool loadFromMemory(const char* buf);