1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00

* editor menus

This commit is contained in:
mateuszb
2013-02-16 16:37:43 +00:00
parent 92ffa6eb1d
commit 776eb13663
4 changed files with 58 additions and 7 deletions

View File

@ -139,7 +139,7 @@ bool CLegacyConfigParser::endLine()
return curr < end;
}
void readToVector(std::string sourceName, std::vector<std::string> & dest)
void CGeneralTextHandler::readToVector(std::string sourceName, std::vector<std::string> & dest)
{
CLegacyConfigParser parser(sourceName);
do