From f40d09cb8f712e87691af4912f3630d92d692779 Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Dec 2025 15:14:26 +0500 Subject: Shuffle stuff around - Use the new and improved hierarchy I figured out when making Prospero chat - Re-add NSIS scripts, again from Prospero - Update most build and utility scripts with their most recent versions --- game/client/gui/message_box.cc | 95 ------------------------------------------ 1 file changed, 95 deletions(-) delete mode 100644 game/client/gui/message_box.cc (limited to 'game/client/gui/message_box.cc') diff --git a/game/client/gui/message_box.cc b/game/client/gui/message_box.cc deleted file mode 100644 index b7f109a..0000000 --- a/game/client/gui/message_box.cc +++ /dev/null @@ -1,95 +0,0 @@ -#include "client/pch.hh" - -#include "client/gui/message_box.hh" - -#include "client/gui/gui_screen.hh" -#include "client/gui/language.hh" - -#include "client/globals.hh" - -constexpr static ImGuiWindowFlags WINDOW_FLAGS = ImGuiWindowFlags_NoBackground | ImGuiWindowFlags_NoDecoration; - -struct Button final { - gui::message_box_action action; - std::string str_title; -}; - -static std::string str_title; -static std::string str_subtitle; -static std::vector