Skip to content

Commit

Permalink
imp_position, impl_rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMiguel211 committed Jul 23, 2024
1 parent 76ec133 commit 6d622c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion structs/src/scly_props/camera_hint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use reader_writer::{generic_array::GenericArray, typenum::U3, CStr};

use crate::{
scly_props::structs::{CameraHintParameters, BoolFloat, BoolVec3},
SclyPropertyData,
SclyPropertyData, impl_position, impl_rotation,
};

#[auto_struct(Readable, Writable)]
Expand Down Expand Up @@ -38,5 +38,7 @@ pub struct CameraHint<'r> {
}

impl<'r> SclyPropertyData for CameraHint<'r> {
impl_position!();
impl_rotation!();
const OBJECT_TYPE: u8 = 0x10;
}

0 comments on commit 6d622c4

Please sign in to comment.