mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 08:41:34 +11:00
add module level docs
This commit is contained in:
parent
fc94f833f7
commit
12d4a8cd81
|
@ -1,4 +1,5 @@
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
//! The window feature of the GBA.
|
||||||
use crate::{fixnum::Rect, memory_mapped::MemoryMapped};
|
use crate::{fixnum::Rect, memory_mapped::MemoryMapped};
|
||||||
|
|
||||||
use super::{tiled::BackgroundID, DISPLAY_CONTROL, HEIGHT, WIDTH};
|
use super::{tiled::BackgroundID, DISPLAY_CONTROL, HEIGHT, WIDTH};
|
||||||
|
|
Loading…
Reference in a new issue