From 49f6375598f6ff03a8d581c2b76a79282cdee89d Mon Sep 17 00:00:00 2001 From: Brennen Murphy Date: Wed, 19 Jul 2023 09:02:42 -0400 Subject: [PATCH] New startup look --- extras/menus/xMenu/main.cpp | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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;