Mercurial > minori
comparison include/core/ini.h @ 116:254b1d2b7096
settings: add torrents page, make rss feed configurable
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 07 Nov 2023 13:52:13 -0500 |
parents | b315f3759c56 |
children | 275da698697d |
comparison
equal
deleted
inserted
replaced
115:c72b907b9bef | 116:254b1d2b7096 |
---|---|
2 #define __core__ini_h | 2 #define __core__ini_h |
3 | 3 |
4 #define MINI_CASE_SENSITIVE | 4 #define MINI_CASE_SENSITIVE |
5 #include "mini/ini.h" | 5 #include "mini/ini.h" |
6 | 6 |
7 namespace INI { | |
8 | |
9 std::string GetIniString(const mINI::INIStructure& ini, const std::string& section, | |
10 const std::string& value, const std::string& def = ""); | |
11 | |
12 } | |
13 | |
7 #endif | 14 #endif |