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

modio::Header

Ahmed Castro edited this page Aug 29, 2018 · 3 revisions

The Header class contained by the modio::Game object.

class Header
{
public:
  std::string filename;
  std::string original;
};

API schemas: Header Object

C compatible base object: ModioHeader

Name Type Description
filename std::string Header image filename including extension.
original std::string URL to full-sized header.

Contents

Clone this wiki locally