![]() |
Gamedev Framework (gf)
0.8.0
A C++14 framework for 2D games
|
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... | |
An extension object.
An extension can code a special type not available directly.
| const uint8_t* gf::DataExtension::data |
The data of the extension.
| uint32_t gf::DataExtension::size |
The size of the extension.
| int8_t gf::DataExtension::type |
The type of the extension.
1.8.13