mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-11 11:31:31 +11:00
reduce the use visibility
This commit is contained in:
parent
0a6a089e70
commit
c440be7467
|
@ -13,7 +13,7 @@
|
||||||
//! they won't bother to check that you've set the video mode they're designed
|
//! they won't bother to check that you've set the video mode they're designed
|
||||||
//! for.
|
//! for.
|
||||||
|
|
||||||
pub use super::*;
|
pub(crate) use super::*;
|
||||||
|
|
||||||
pub mod bitmap;
|
pub mod bitmap;
|
||||||
pub mod tiled;
|
pub mod tiled;
|
||||||
|
|
Loading…
Reference in a new issue