many exports to scriptengine
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
class IniParser
|
||||
{
|
||||
std::map<std::string, std::string> _Pairs;
|
||||
|
||||
void parse (const std::string &text)
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user