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

ModioHeader

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

Header image of a ModioGame object.

struct ModioHeader
{
  char* filename;
  char* original;
};
Name Type Description
filename char* Header image filename including extension.
original char* URL to the full-sized header image.

See also: API, modio::Header

Contents

Clone this wiki locally