Add indication of offending cell in C64 formats

This commit is contained in:
Adrian Castravete
2015-03-02 13:44:45 +02:00
committed by Adrian Castravete
parent 48a8a79746
commit 7059271965
3 changed files with 24 additions and 3 deletions

View File

@@ -76,6 +76,7 @@ void Print_counter(short x,short y,const char * str,byte text_color,byte backgro
byte Confirmation_box(char * message);
void Warning_message(char * message);
void Warning_with_format(const char * message, ...);
void Verbose_message(const char * caption, const char * message);
int Requester_window(char* message, int initial_value);