diff options
Diffstat (limited to 'src/utils/print.h')
| -rw-r--r-- | src/utils/print.h | 1 |
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(); |
