renamed mm_api, I don't like short names!

finished and tested the INI parser and its API

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40150
This commit is contained in:
David Anderson
2006-11-06 10:57:37 +00:00
parent 13775b11b6
commit f19fbac013
7 changed files with 382 additions and 11 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ private:
LibraryHandle m_lib;
};
class LibrarySystem
class LibrarySystem : public ILibrarySys
{
public:
virtual ILibrary *OpenLibrary(const char *path, char *error, size_t err_max);