Split code into modules, add font stuff
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
use std::{u16, u8};
|
||||
|
||||
pub type Byte = u8;
|
||||
pub type Word = u16;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
use std::{u16, u8};
|
||||
|
||||
pub type Byte = u8;
|
||||
pub type Word = u16;
|
||||