corn/include/screen.h

14 lines
163 B
C

#pragma once
#include <shim.h>
/**
* Initalizes the screen and framebuffer
*/
void screen_init(void);
/**
* Redraws the screen
*/
void screen_redraw(void);