aboutsummaryrefslogtreecommitdiff
path: root/src/utils/print.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-08 19:06:44 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-08 19:06:44 +0200
commit8fee35522dee033863f68c1d2b45f5fe988de9eb (patch)
tree5e094806066d2f13bc5ad1fefe663d132e291f8e /src/utils/print.h
parent958e2dae042ca9e28f23e509d541730f30fa8502 (diff)
Handle clock interrupt and cleaning code
Diffstat (limited to 'src/utils/print.h')
-rw-r--r--src/utils/print.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/print.h b/src/utils/print.h
index d04fed2..163f4ec 100644
--- a/src/utils/print.h
+++ b/src/utils/print.h
@@ -16,6 +16,7 @@ typedef struct VIDEO_STATE VIDEO_STATE;
*/
void putchar(char);
void print(char*);
+void printc(char*,VIDEO_COLORS c);
void scrollup();
void clear();