Added header for OS drawing and a double buffer.

This commit is contained in:
2024-01-15 18:09:48 +01:00
parent 9962ef21f2
commit e938f76823
6 changed files with 187 additions and 20 deletions

View File

@@ -3,6 +3,7 @@ Import('env')
any_target_sources = Split('''
src/app/main.cpp
src/os/draw.cpp
src/os/panic.cpp
src/os/tty.cpp