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 Jul 14, 2019 · 3 revisions

Header image of a modio::Game object.

class Header
{
public:
  std::string filename;
  std::string original;
};
Name Type Description
filename std::string Header image filename including extension.
original std::string URL to full-sized header.

See also: API, ModioHeader

Contents

Clone this wiki locally