diff --git a/agb/src/display/window.rs b/agb/src/display/window.rs index d10f41cd..50d89b8b 100644 --- a/agb/src/display/window.rs +++ b/agb/src/display/window.rs @@ -1,4 +1,5 @@ #![deny(missing_docs)] +//! The window feature of the GBA. use crate::{fixnum::Rect, memory_mapped::MemoryMapped}; use super::{tiled::BackgroundID, DISPLAY_CONTROL, HEIGHT, WIDTH};