Macro gba::include_aligned_bytes

source ยท
macro_rules! include_aligned_bytes {
    ($file:expr $(,)?) => { ... };
}
Expand description

Works like include_bytes!, but the value is wrapped in Align4.