mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-27 09:46:38 +11:00
a4b6a4e8b2
This reverts commit 2f1c243742
.
8 lines
299 B
XML
8 lines
299 B
XML
//! Module for all macros.
|
|
//!
|
|
//! Macros are the only thing in Rust where declaration order matters, so we
|
|
//! place all of them here regardless of what they do so that the macros module
|
|
//! can appear at the "top" of the library and all other modules can see them
|
|
//! properly.
|
|
|
|
// no macros yet!
|