From 04f03fb2cc38e1e8184fc41bc51b0aa65f8b280a Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Wed, 3 Dec 2025 21:56:04 +0200 Subject: [PATCH] formatting --- Ja2/FeaturesScreen.cpp | 46 +++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/Ja2/FeaturesScreen.cpp b/Ja2/FeaturesScreen.cpp index f1221fb6..24634dfd 100644 --- a/Ja2/FeaturesScreen.cpp +++ b/Ja2/FeaturesScreen.cpp @@ -1,26 +1,26 @@ -#include "types.h" -#include "FeaturesScreen.h" -#include "video.h" -#include "Font Control.h" -#include "Game Clock.h" -#include "Text Input.h" -#include "WordWrap.h" -#include "SaveLoadScreen.h" -#include "Render Dirty.h" -#include "WCheck.h" -#include "Utilities.h" -#include "Sound Control.h" -#include "Ambient Control.h" -#include "GameSettings.h" -#include "Game Init.h" -#include "english.h" -#include "Cursors.h" -#include "sysutil.h" -#include "Text.h" -#include "Interface Control.h" -#include "message.h" -#include "Multi Language Graphic Utils.h" -#include "connect.h" +#include "types.h" +#include "FeaturesScreen.h" +#include "video.h" +#include "Font Control.h" +#include "Game Clock.h" +#include "Text Input.h" +#include "WordWrap.h" +#include "SaveLoadScreen.h" +#include "Render Dirty.h" +#include "WCheck.h" +#include "Utilities.h" +#include "Sound Control.h" +#include "Ambient Control.h" +#include "GameSettings.h" +#include "Game Init.h" +#include "english.h" +#include "Cursors.h" +#include "sysutil.h" +#include "Text.h" +#include "Interface Control.h" +#include "message.h" +#include "Multi Language Graphic Utils.h" +#include "connect.h" #include "mainmenuscreen.h" extern UINT32 guiDoneButton; // symbol already declared globally in AimArchives.cpp (jonathanl)