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

A header for map serialization. More...

#include <gf/SerializationHeaders.h>

Public Attributes

uint32_t size
 The number of elements in the map. More...
 

Detailed Description

A header for map serialization.

Member Data Documentation

◆ size

uint32_t gf::SerialMapHeader::size

The number of elements in the map.