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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user