Menu system broken
Dependencies: ANSITermMenuSystem
Fork of menuSystemMbed by
Diff: console.h
- Revision:
- 5:92389cf2106d
- Parent:
- 0:a5ece7312edc
- Child:
- 6:2f220f5d782d
--- a/console.h Tue Apr 16 18:42:03 2013 +0000 +++ b/console.h Sun Apr 21 20:15:31 2013 +0000 @@ -13,5 +13,7 @@ void gotoxy(int, int); void printXY( char * text, int x, int y); void setrgb(int); +void printRec(int x1, int y1, int x2, int y2); +void eraseRec(int x1, int y1, int x2, int y2); #endif \ No newline at end of file