standalone compile

This commit is contained in:
MichaelDvP
2023-10-03 16:13:36 +02:00
parent cbb6fa9fec
commit c388b31b22

View File

@@ -19,6 +19,9 @@ class Preferences {
return true;
}
void end() {
}
bool remove(const char * key) {
return true;
}