modio::Filehash - modio/modio-sdk-legacy GitHub Wiki
The filehash help us verifying data integrity of modio::Modfile objects.
class Filehash
{
public:
std::string md5;
};
Name | Type | Description |
---|---|---|
md5 | std::string |
MD5 filehash of the parent file. |
See also: API, ModioFilehash