summaryrefslogtreecommitdiff
path: root/include/framebuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/framebuffer.h')
-rw-r--r--include/framebuffer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/framebuffer.h b/include/framebuffer.h
index 3055e51..afe5972 100644
--- a/include/framebuffer.h
+++ b/include/framebuffer.h
@@ -45,6 +45,11 @@ typedef enum
*/
void FB_Init(uint16 *vram, uint16 *palette);
+/* Gives access to the parameters of the frame buffer.
+*/
+uint16 *FB_VRAM(void);
+uint16 *FB_PALETTE(void);
+
/* Load the internal framebuffer font as a set of ASCII tiles (starting with
space) at tiles. The tiles will use colour COL_WHITE.
*/