44 #define LINE_HEIGHT 25 
   68     Menu(
unsigned int x, 
unsigned int y, 
unsigned int width,
 
   69           unsigned int height, 
const char* label)
 
   70         : 
Widget(x, y, width, height, label), m_font(
"assets/default.ttf"),
 
   71         m_selectedEntry(-1), m_waitingForInit(false)
 
   76     Menu(
unsigned int x, 
unsigned int y)
 
   77         : 
Menu(x, y, 200, 0, 
"")
 
   81     void show() { m_visible = 
true; m_waitingForInit = 
true; }
 
Implements a framework for string manipulation that operates directly on C strings. 
Definition: NeoString.h:35