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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user