2 * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef SETTINGS_PARSER_H
6 #define SETTINGS_PARSER_H
12 class SettingsParser
{
16 status_t
ParseFile(const char* path
, BMessage
& settings
);
19 status_t
Parse(const char* text
, BMessage
& settings
);
24 #endif // SETTINGS_PARSER_H