This directory contains text files describing selected data formats used by Space Marine game.

-------
Formats
-------

- OPPC - v0.1.0
- DCM - v0.1.0

-----
Types
-----

BOOL - boolean (true, false)
CHAR - character ([] - character array)
UINT8 - unsigned integer (1 byte)
UINT16 - unsigned integer (2 bytes)
UINT32 - unsigned integer (4 bytes)
DATA[N} - byte array (N - size)
STRING - character array with size as 4 byte unsigned integer