Split code into modules, add font stuff

This commit is contained in:
2024-02-10 00:01:32 -05:00
parent ef438f48d2
commit 78dad90fc9
13 changed files with 32737 additions and 3963 deletions
+4
View File
@@ -0,0 +1,4 @@
use std::{u16, u8};
pub type Byte = u8;
pub type Word = u16;