diff options
Diffstat (limited to 'src/framebuffer.h')
-rw-r--r-- | src/framebuffer.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/framebuffer.h b/src/framebuffer.h new file mode 100644 index 0000000..d2d57cd --- /dev/null +++ b/src/framebuffer.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #include <stdbool.h> | ||
4 | #include <stdint.h> | ||
5 | |||
6 | bool framebuffer_init(uint32_t* error); | ||
7 | |||