aboutsummaryrefslogtreecommitdiff
path: root/src/display.h
blob: 03537051901b6191492456e85c85c6f40238c19a (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _LOADED_DISPLAY
#define _LOADED_DISPLAY

void display_setup(void);

void display_render(void);

#endif