diff options
Diffstat (limited to 'src/graphics/vga.h')
-rw-r--r-- | src/graphics/vga.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphics/vga.h b/src/graphics/vga.h index 7c96c08..efe2117 100644 --- a/src/graphics/vga.h +++ b/src/graphics/vga.h @@ -12,4 +12,6 @@ void terminal_set_color(uint8_t color); void terminal_write_string(const char *data); +void terminal_put_char(char c); + #endif
\ No newline at end of file |