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

ModioFilehash

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

The filehash help us verifying data integrity of ModioModfile objects.

struct ModioFilehash
{
  char* md5;
};
Name Type Description
md5 char* MD5 filehash of the parent file.

See also: API, modio::Filehash

Contents

Clone this wiki locally