#pragma once #include /** * Initalizes the screen and framebuffer */ void screen_init(void); /** * Redraws the screen */ void screen_redraw(void);