Gamedev Framework (gf)  0.8.0
A C++14 framework for 2D games
Public Attributes | List of all members
gf::DataBinary Struct Reference

A binary object. More...

#include <gf/DataObject.h>

Public Attributes

uint32_t size
 The size of the binary. More...
 
const uint8_t * data
 The data of the binary. More...
 

Detailed Description

A binary object.

A binary object is represented with a byte array (uint8_t).

See also
gf::DataObject

Member Data Documentation

◆ data

const uint8_t* gf::DataBinary::data

The data of the binary.

◆ size

uint32_t gf::DataBinary::size

The size of the binary.