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