BSPParser
Simple and modern library for parsing the Valve BSP format
Loading...
Searching...
No Matches
src
structs
physics.hpp
1
#pragma once
2
3
#include <cstdint>
4
5
namespace
BspParser::Structs
{
6
struct
PhysModelHeader
{
7
int32_t modelIndex;
8
int32_t collisionDataSize;
9
int32_t textSectionSize;
10
int32_t solidCount;
11
};
12
}
BspParser::Structs
Definition:
BSPParser.hpp:22
BspParser::Structs::PhysModelHeader
Definition:
physics.hpp:6
Generated by
1.9.5