Rename vram to vip internally

This commit is contained in:
2025-02-23 22:44:11 -05:00
parent 0ae2a2f54f
commit 6ab9d2ee53
13 changed files with 125 additions and 119 deletions
+14
View File
@@ -0,0 +1,14 @@
mod bgmap;
mod chardata;
mod framebuffer;
mod object;
mod registers;
mod utils;
mod world;
pub use bgmap::*;
pub use chardata::*;
pub use framebuffer::*;
pub use object::*;
pub use registers::*;
pub use world::*;