summaryrefslogtreecommitdiff
path: root/src/framebuffer.h
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-05-24 17:04:18 -0700
committer3gg <3gg@shellblade.net>2025-05-24 17:04:18 -0700
commit079cd940e727c1705e9f1b30706b9531d5aedda6 (patch)
tree25cb0748e1365679f5898f3437039af506cdb08e /src/framebuffer.h
parenta8a39ba24e36119dce48a01c2139e0e5a25674e1 (diff)
Framebuffer WIPHEADmain
Diffstat (limited to 'src/framebuffer.h')
-rw-r--r--src/framebuffer.h7
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
6bool framebuffer_init(uint32_t* error);
7