many exports to scriptengine

Este commit está contenido en:
cirdan
2008-01-24 22:16:53 +00:00
padre 2373b382f1
commit 491c09e235
Se han modificado 29 ficheros con 600 adiciones y 287 borrados

Ver fichero

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