Added API to grab arbitrary kv pairs from core.cfg.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user