This commit is contained in:
2026-04-14 13:26:30 +02:00
parent 4429cd92c1
commit f80d0a656e
116 changed files with 933 additions and 917 deletions

View File

@@ -1,11 +1,11 @@
#include "window_message.hpp"
#include "game/ui/window_message.hpp"
#include <algorithm>
#include <utility>
#include "param.hpp"
#include "screen.hpp"
#include "text.hpp"
#include "core/rendering/screen.hpp"
#include "core/rendering/text.hpp"
#include "utils/param.hpp"
WindowMessage::WindowMessage(
std::shared_ptr<Text> text_renderer,