Mockbird
Interface Libarary and Synthesizer Setup Tool for Mockingbird-OTTO
Loading...
Searching...
No Matches
src
ini.h
1
#include <map>
2
#include <string>
3
#include <stdexcept>
4
5
typedef
std::map<std::string, std::string> IniSection;
6
typedef
std::map<std::string, IniSection > IniData;
7
8
IniData ReadIniFile(
const
char
* path);
Generated by
1.12.0