prepare for color scheme import/export chamges
this includes a small refactor of the settings mechanism
This commit is contained in:
parent
231a76d50b
commit
f46aa5cbfd
4 changed files with 451 additions and 420 deletions
|
|
@ -167,4 +167,8 @@ void DivEngine::setConf(String key, String value) {
|
|||
|
||||
bool DivEngine::hasConf(String key) {
|
||||
return conf.has(key);
|
||||
}
|
||||
}
|
||||
|
||||
DivConfig& DivEngine::getConfObject() {
|
||||
return conf;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue