1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

'display.h' replaces this file

This commit is contained in:
Ross Wilson
2018-08-03 11:24:38 +07:00
parent c0eb4b03f6
commit e45b11c5b1

View File

@@ -1,18 +0,0 @@
/*
* Interface for the vimlac PBM display.
*/
#ifndef DISPLAY_PBM_H
#define DISPLAY_PBM_H
void display_reset(void);
void display_init(void);
void display_write(void);
void display_draw(int x1, int y1, int x2, int y2);
void display_clear(void);
void display_close(void);
bool display_dirty(void);
#endif