Menu system broken
Dependencies: ANSITermMenuSystem
Fork of menuSystemMbed by
console.h
- Committer:
- mbedDevLondon
- Date:
- 2013-02-28
- Revision:
- 0:a5ece7312edc
- Child:
- 5:92389cf2106d
File content as of revision 0:a5ece7312edc:
// console.h // #ifndef CONSOLE_H #define CONSOLE_H #include <iostream> #include <iomanip> #include <cmath> #include <cstdlib> void clrscr(); void gotoxy(int, int); void printXY( char * text, int x, int y); void setrgb(int); #endif