Added API to grab arbitrary kv pairs from core.cfg.

This commit is contained in:
David Anderson
2009-02-17 16:19:11 -05:00
parent 97e25c37de
commit 9e445a5adf
5 changed files with 49 additions and 1 deletions
+5
View File
@@ -712,6 +712,11 @@ void SourceModBase::AddFrameAction(FRAMEACTION fn, void *data)
::AddFrameAction(FrameAction(fn, data));
}
const char *SourceModBase::GetCoreConfigValue(const char *key)
{
return g_CoreConfig.GetCoreConfigValue(key);
}
SMGlobalClass *SMGlobalClass::head = NULL;
SMGlobalClass::SMGlobalClass()