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

An extension object. More...

#include <gf/DataObject.h>

Public Attributes

uint32_t size
 The size of the extension. More...
 
int8_t type
 The type of the extension. More...
 
const uint8_t * data
 The data of the extension. More...
 

Detailed Description

An extension object.

An extension can code a special type not available directly.

See also
gf::DataObject

Member Data Documentation

◆ data

const uint8_t* gf::DataExtension::data

The data of the extension.

◆ size

uint32_t gf::DataExtension::size

The size of the extension.

◆ type

int8_t gf::DataExtension::type

The type of the extension.