Menu system broken

Dependencies:   ANSITermMenuSystem

Fork of menuSystemMbed by Ryan Scott

Revision:
0:a5ece7312edc
Child:
5:92389cf2106d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/console.h	Thu Feb 28 00:38:31 2013 +0000
@@ -0,0 +1,17 @@
+// 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
\ No newline at end of file