Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoStone is returned when the magic number doesn't match // [MagicNumber]. ErrNoStone = errors.New("data is not a stone archive") )
Functions ¶
This section is empty.
Types ¶
type Prelude ¶
type Prelude struct { Data PreludeData // Version is the version of this stone archive. Version Version }
Prelude is the header of the stone format.
type PreludeData ¶
type PreludeData [24]byte
PreludeData is an agnostic array of bytes extending the base Prelude. Its meaning varies according to Version.
Click to show internal directories.
Click to hide internal directories.