mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +02:00
update benches
This commit is contained in:
parent
96e30bf6a0
commit
1fd2f3800a
3 changed files with 13 additions and 12 deletions
|
|
@ -218,9 +218,9 @@ impl BinRead for Name {
|
|||
|
||||
#[derive(Debug, Clone, BinRead)]
|
||||
pub struct Vector {
|
||||
x: f32,
|
||||
y: f32,
|
||||
z: f32,
|
||||
pub x: f32,
|
||||
pub y: f32,
|
||||
pub z: f32,
|
||||
}
|
||||
|
||||
impl Vector {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ mod data;
|
|||
mod reader;
|
||||
|
||||
use crate::bspfile::LumpType;
|
||||
pub use crate::data::Vector;
|
||||
use crate::data::*;
|
||||
use binread::io::Cursor;
|
||||
use binread::BinRead;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue