summaryrefslogtreecommitdiff
path: root/kc/core/video.h
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2023-01-31 03:04:27 +0000
committerAda Christine <adachristine18@gmail.com>2023-01-31 03:04:27 +0000
commit33bb4b34ed029fb10bd42b14472fd08cde2a181c (patch)
tree5ceda6e7ec8e1c15f6edb8f36c33bdb701d4ec48 /kc/core/video.h
parent5d12eae3d61c91735f09cc1956732629190d6f13 (diff)
basic text console video
Diffstat (limited to 'kc/core/video.h')
-rw-r--r--kc/core/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/video.h b/kc/core/video.h
index 55c0bbb..7b06f94 100644
--- a/kc/core/video.h
+++ b/kc/core/video.h
@@ -1,6 +1,6 @@
#pragma once
int video_init(void);
-int video_putchar(void);
+int video_putchar(int c);