1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-04 11:04:07 +02:00

more validation

This commit is contained in:
Robin Appelman 2022-02-21 22:33:24 +01:00
commit aeb8c1011d
4 changed files with 72 additions and 27 deletions

View file

@ -76,6 +76,8 @@ pub enum ValidationError {
index: i64,
size: usize,
},
#[error("bsp contains no root node")]
NoRootNode,
}
#[derive(Debug, Error)]