Menu system broken

Dependencies:   ANSITermMenuSystem

Fork of menuSystemMbed by Ryan Scott

Revision:
4:1178a1905490
Parent:
0:a5ece7312edc
--- a/menuItem.h	Fri Mar 08 17:37:11 2013 +0000
+++ b/menuItem.h	Tue Apr 16 18:42:03 2013 +0000
@@ -28,6 +28,8 @@
     void print();
     void highlight();
     void removeHighLight();
+    void showselect();
+    void removeselect();
     int getMenuID();
     void erase();
 };