diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-01-30 03:13:45 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-01-30 03:13:45 +0000 |
| commit | ed4c2727a4a9721f72ef404ccf7a7df28e2cdd75 (patch) | |
| tree | 80f235fffbef2f03c671f021c05ae3eafbbe6a4b /kc/core/video.h | |
| parent | 862cfbbb56382833d94ee5295062a1c4ca91e1ec (diff) | |
initial video support
Diffstat (limited to 'kc/core/video.h')
| -rw-r--r-- | kc/core/video.h | 6 |
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); + + |
