From be70cd18a2f7cfdcf43846810b224edf86a829bd Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Wed, 3 Dec 2025 22:32:12 +0200 Subject: [PATCH] Formatting --- Ja2/MPChatScreen.cpp | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/Ja2/MPChatScreen.cpp b/Ja2/MPChatScreen.cpp index ebe8e833..5fa596a6 100644 --- a/Ja2/MPChatScreen.cpp +++ b/Ja2/MPChatScreen.cpp @@ -1,23 +1,23 @@ - #include "sgp.h" - #include "screenids.h" - #include "Timer Control.h" - #include "Fade Screen.h" - #include "sysutil.h" - #include "vobject_blitters.h" - #include "MercTextBox.h" - #include "Cursors.h" - #include "Font Control.h" - #include "Map Screen Interface.h" - #include "renderworld.h" - #include "gameloop.h" - #include "english.h" - #include "GameSettings.h" - #include "Cursor Control.h" - #include "Text.h" - #include "Text Input.h" - #include "overhead map.h" - #include "MPChatScreen.h" - #include "WordWrap.h" +#include "sgp.h" +#include "screenids.h" +#include "Timer Control.h" +#include "Fade Screen.h" +#include "sysutil.h" +#include "vobject_blitters.h" +#include "MercTextBox.h" +#include "Cursors.h" +#include "Font Control.h" +#include "Map Screen Interface.h" +#include "renderworld.h" +#include "gameloop.h" +#include "english.h" +#include "GameSettings.h" +#include "Cursor Control.h" +#include "Text.h" +#include "Text Input.h" +#include "overhead map.h" +#include "MPChatScreen.h" +#include "WordWrap.h" #include "message.h" #include "Utilities.h" #include "connect.h"