Type Definition agb::fixnum::FixedNum

source ·
pub type FixedNum<const N: usize> = Num<i32, N>;
Expand description

An often convenient representation for the Game Boy Advance using word sized internal representation for maximum efficiency