Use ZoneState to check whether localize key is duplicated

This commit is contained in:
Jan
2023-12-31 12:28:13 +01:00
parent e4cfda73dc
commit 196e2edd8a
13 changed files with 59 additions and 15 deletions

View File

@ -12,6 +12,6 @@ protected:
const std::vector<sequence_t*>& GetTestsForState() override;
public:
LocalizeFileParser(SimpleLexer* lexer, GameLanguage language);
LocalizeFileParser(SimpleLexer* lexer, GameLanguage language, LocalizeReadingZoneState* zoneState);
std::map<std::string, std::string> GetParsedValues();
};