Rename vram to vip internally
This commit is contained in:
@@ -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::*;
|
||||
Reference in New Issue
Block a user