const.hpp
447 Bytes
/*
* File: const.hpp
* Author: mlenart
*
* Created on 12 listopad 2013, 14:11
*/
#ifndef CONST_HPP
#define CONST_HPP
#include <cstdint>
extern const uint32_t MAGIC_NUMBER;
extern const uint8_t VERSION_NUM;
extern const unsigned int VERSION_NUM_OFFSET;
extern const unsigned int IMPLEMENTATION_NUM_OFFSET;
extern const unsigned int ADDITIONAL_DATA_SIZE_OFFSET;
extern const unsigned int ADDITIONAL_DATA_OFFSET;
#endif /* CONST_HPP */