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
structEntry
{
std::string locale;
int index;
};
structLocalizationResource
{
char localizationCategory; //0 when references are WAVB resources and 1 when references are TELI resources
std::vector<Entry> entries;
};