Macro arduboy_rust::get_sprite_addr
source · macro_rules! get_sprite_addr { ( $s:expr ) => { ... }; }
Expand description
Create a const
raw pointer to a sprite as u8, without creating an intermediate reference.
macro_rules! get_sprite_addr { ( $s:expr ) => { ... }; }
Create a const
raw pointer to a sprite as u8, without creating an intermediate reference.