mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
* editor menus
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user