diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h index 509ff9c0c..e360d3917 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -568,7 +568,11 @@ class CoreExport ServerConfig void Fill(); - /* Returns true if the given string starts with a windows drive letter + /** Parses color codes from string values to actual color codes + */ + void ProcessColors(ConfigFileCache::iterator &file); + + /** Returns true if the given string starts with a windows drive letter */ bool StartsWithWindowsDriveLetter(const std::string &path); |