Blame view

morfeusz/fsa/const.cpp 319 Bytes
Michał Lenart authored
1
2
3
4

#include "const.hpp"

extern const uint32_t MAGIC_NUMBER = 0x8fc2bc1b;
Michał Lenart authored
5
extern const uint8_t VERSION_NUM = 14;
Michał Lenart authored
6
7
8

extern const unsigned int VERSION_NUM_OFFSET = 4;
extern const unsigned int IMPLEMENTATION_NUM_OFFSET = 5;
Michał Lenart authored
9
10
extern const unsigned int FSA_DATA_SIZE_OFFSET = 6;
extern const unsigned int FSA_DATA_OFFSET = 10;