diff --git a/extras/menus/xMenu/main.cpp b/extras/menus/xMenu/main.cpp index 1c0b86eee..7c19162c2 100644 --- a/extras/menus/xMenu/main.cpp +++ b/extras/menus/xMenu/main.cpp @@ -1,4 +1,5 @@ #include +#include #include "debug.h" #include "common.h" #include "menu.h" @@ -16,7 +17,23 @@ int main(int argc, char** argv){ common::loadData(); - debugScreen("starting menu"); + std::string startup_txt = "starting menu"; + std::string startup_txt_upper = "STARTING MENU"; + + std::stringstream startup_holder; + + int i; + for(i=0;irun(); delete menu;