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