encode id64 for modules,libraries

This commit is contained in:
georgemoralis 2023-06-14 07:47:44 +03:00
parent bcc6288e9e
commit cae39ccf23
2 changed files with 30 additions and 0 deletions

View file

@ -30,6 +30,7 @@ struct ModuleInfo
u16 id;
};
};
std::string enc_id;
};
struct LibraryInfo
@ -45,6 +46,7 @@ struct LibraryInfo
u16 id;
};
};
std::string enc_id;
};
struct DynamicModuleInfo