BSPParser
Simple and modern library for parsing the Valve BSP format
Loading...
Searching...
No Matches
src
structs
brushes.hpp
1
#pragma once
2
3
#include <cstdint>
4
5
namespace
BspParser::Structs
{
6
struct
Brush
{
7
int32_t firstSide;
8
int32_t numSides;
9
int32_t contents;
10
};
11
12
struct
BrushSide
{
13
uint16_t planeNum;
14
int16_t texInfo;
15
int16_t dispInfo;
16
int16_t bevel;
17
};
18
}
BspParser::Structs
Definition:
BSPParser.hpp:22
BspParser::Structs::BrushSide
Definition:
brushes.hpp:12
BspParser::Structs::Brush
Definition:
brushes.hpp:6
Generated by
1.9.5