add module level docs

This commit is contained in:
Corwin 2022-08-06 12:51:59 +01:00
parent fc94f833f7
commit 12d4a8cd81

View file

@ -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};