From d73d56d85ac14683b8470dec6930ca79911caf75 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Wed, 3 Dec 2025 22:07:13 +0200 Subject: [PATCH] Formatting --- Ja2/HelpScreen.cpp | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/Ja2/HelpScreen.cpp b/Ja2/HelpScreen.cpp index aa9a6133..4a11ab6e 100644 --- a/Ja2/HelpScreen.cpp +++ b/Ja2/HelpScreen.cpp @@ -1,23 +1,23 @@ - #include "sgp.h" - #include "sysutil.h" - #include "WCheck.h" - #include "Cursors.h" - #include "Font Control.h" - #include "Render Dirty.h" - #include "Text.h" - #include "Utilities.h" - #include "WordWrap.h" - #include "HelpScreen.h" - #include "HelpScreenText.h" - #include "line.h" - #include "Game Clock.h" - #include "GameSettings.h" - #include "laptop.h" - #include "Text Input.h" - #include "english.h" - #include "renderworld.h" - #include "Game Init.h" - #include "Overhead.h" +#include "sgp.h" +#include "sysutil.h" +#include "WCheck.h" +#include "Cursors.h" +#include "Font Control.h" +#include "Render Dirty.h" +#include "Text.h" +#include "Utilities.h" +#include "WordWrap.h" +#include "HelpScreen.h" +#include "HelpScreenText.h" +#include "line.h" +#include "Game Clock.h" +#include "GameSettings.h" +#include "laptop.h" +#include "Text Input.h" +#include "english.h" +#include "renderworld.h" +#include "Game Init.h" +#include "Overhead.h" extern INT16 gsVIEWPORT_END_Y; extern void PrintDate( void );