Skip to content
Pavle edited this page Mar 13, 2023 · 4 revisions
struct IDMap
{
    SResourceHeaderHeader resourceHeaderHeader;
    std::vector<std::string> entries; //Entry format: |MD5 hash| resource id 
};

Clone this wiki locally