1 2 3 4 5 6 7 8 9 10 11 12 13
#pragma once #include <shim.h> /** * Initalizes the screen and framebuffer */ void screen_init(void); /** * Redraws the screen */ void screen_redraw(void);