many exports to scriptengine

This commit is contained in:
cirdan
2008-01-24 22:16:53 +00:00
parent 2373b382f1
commit 491c09e235
29 changed files with 600 additions and 287 deletions

View File

@ -1,11 +0,0 @@
#include <string>
#include <map>
class IniParser
{
std::map<std::string, std::string> _Pairs;
void parse (const std::string &text)
{
}
}