You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//m_nKey is key and m_aText is value of m_Map hash map in ZTextListDatastructSTextListEntry
{
int m_nKey; //CRC32 hash of string reference.int m_nLength;
ZString m_aText;
};
structTextList
{
unsignedint entryCount;
std::vector<STextListEntry> entries;
};