summaryrefslogtreecommitdiff
path: root/kc/core/video.h
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2023-01-30 03:13:45 +0000
committerAda Christine <adachristine18@gmail.com>2023-01-30 03:13:45 +0000
commited4c2727a4a9721f72ef404ccf7a7df28e2cdd75 (patch)
tree80f235fffbef2f03c671f021c05ae3eafbbe6a4b /kc/core/video.h
parent862cfbbb56382833d94ee5295062a1c4ca91e1ec (diff)
initial video support
Diffstat (limited to 'kc/core/video.h')
-rw-r--r--kc/core/video.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kc/core/video.h b/kc/core/video.h
new file mode 100644
index 0000000..55c0bbb
--- /dev/null
+++ b/kc/core/video.h
@@ -0,0 +1,6 @@
+#pragma once
+
+int video_init(void);
+int video_putchar(void);
+
+