magic constant

List<int> const magic

Magic bytes at the start of every checkpoint: D, P, T, C.

Implementation

static const List<int> magic = [0x44, 0x50, 0x54, 0x43];