rmg-001/src/ppu.rs

8 lines
78 B
Rust

pub struct PPU;
impl PPU {
pub fn new() -> Self {
Self{}
}
}