Crate vbsp

Source

Re-exports§

pub use crate::data::TextureFlags;
pub use error::BspError;
pub use error::StringError;
pub use crate::data::*;

Modules§

data
error

Structs§

Bsp
A parsed bsp file
Handle
A handle represents a data structure in the bsp file and the bsp file containing it.

Traits§

AsPropPlacement
Abstraction for various ways props are placed in a bsp

Functions§

deserialize_bool

Type Aliases§

BspResult