changed the API around a bit to be more flexible

removed some ghastly unneeded stuff from the Translator
added Logger::LogFatal, experimental

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40669
This commit is contained in:
David Anderson
2007-04-05 05:25:11 +00:00
parent 3b9c8e1410
commit f93711bd82
11 changed files with 179 additions and 102 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ private:
/**
* Sets configuration option by notifying SourceMod components that rely on core.cfg
*/
CoreConfigErr SetConfigOption(const char *option, const char *value);
ConfigResult SetConfigOption(const char *option, const char *value, ConfigSource, char *Error, size_t maxlength);
};
extern CoreConfig g_CoreConfig;