1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-27 10:14:29 +01:00

Fixed bug for multi-argument functions

This commit is contained in:
Mike Long
2010-12-18 11:24:57 +01:00
parent 7c1ce9c19a
commit 98cde86ef8
4 changed files with 37 additions and 33 deletions

View File

@@ -6,6 +6,7 @@ void DISPLAY_clear();
int DISPLAY_get_line_capacity();
int DISPLAY_get_line_insert_index();
void DISPLAY_output_message(char * message);
unsigned char DISPLAY_get_pixel(unsigned int x, unsigned int y);
void UI_init()
{