3#include "../enums/lump.hpp"
8 constexpr int32_t IDBSP_HEADER =
'V' + (
'B' << 8u) + (
'S' << 16u) + (
'P' << 24u);
9 constexpr size_t HEADER_LUMPS = 64;
47 std::array<Lump, HEADER_LUMPS>
lumps;
Definition: BSPParser.hpp:22
Definition: headers.hpp:55
Definition: headers.hpp:11
int32_t version
Definition: headers.hpp:25
int32_t offset
Definition: headers.hpp:15
int32_t fourCC
Definition: headers.hpp:30
int32_t length
Definition: headers.hpp:20