1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 10:34:11 +02:00
This commit is contained in:
Robin Appelman 2019-03-06 22:20:51 +01:00
commit 9f622385ca
20 changed files with 132 additions and 173 deletions

View file

@ -1,8 +1,6 @@
use bitstream_reader::{BitRead, BitSize, LittleEndian};
use bitstream_reader::{BitRead, BitSize};
use serde::Serialize;
use crate::{ReadResult, Stream};
#[derive(BitRead, BitSize, Debug, Clone, Copy, Default, Serialize)]
pub struct Vector {
pub x: f32,