aboutsummaryrefslogtreecommitdiff
path: root/src/display.h
blob: f4b57a41d629dedb3b02efd655048a2267cf05ca (plain)
1
2
3
4
5
6
#ifndef DISPLAY_H
#define DISPLAY_H

int display(void);

#endif