replace screens with unique_ptr (#11163)

This commit is contained in:
Jorropo
2026-07-25 11:51:13 +00:00
committed by GitHub
co-authored by GitHub
parent abf217c38d
commit 9e529da460
15 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
// External declarations
extern bool hasUnreadMessage;
extern graphics::Screen *screen;
extern std::unique_ptr<graphics::Screen> screen;
using graphics::Emote;
using graphics::emotes;