aboutsummaryrefslogtreecommitdiffstats
path: root/src/display.h
blob: d1a895be3c8188c2333d5af5168698ab0914227b (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _RUNES_DISPLAY_H
#define _RUNES_DISPLAY_H

void runes_display_init(RunesTerm *t);
void runes_display_set_window_size(RunesTerm *t);
void runes_display_draw_screen(RunesTerm *t);
void runes_display_cleanup(RunesTerm *t);

#endif