Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

modio::Filehash

Ahmed Castro edited this page Jul 14, 2019 · 3 revisions

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

Contents

Clone this wiki locally