Skip to content

Commit 68a48f7

Browse files
committed
Formatting
1 parent e875719 commit 68a48f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
#include <Dolphin/types.h>
21
#include <Dolphin/CARD.h>
3-
#include <Dolphin/math.h>
42
#include <Dolphin/OS.h>
3+
#include <Dolphin/math.h>
54
#include <Dolphin/string.h>
5+
#include <Dolphin/types.h>
66

77
#include <JSystem/J2D/J2DOrthoGraph.hxx>
88
#include <JSystem/J2D/J2DTextBox.hxx>
99

1010
#include <SMS/System/Application.hxx>
1111

1212
#include <BetterSMS/game.hxx>
13-
#include <BetterSMS/module.hxx>
14-
#include <BetterSMS/stage.hxx>
1513
#include <BetterSMS/loading.hxx>
14+
#include <BetterSMS/module.hxx>
1615
#include <BetterSMS/settings.hxx>
16+
#include <BetterSMS/stage.hxx>
1717

1818
/*
1919
/ Example module that logs to the console and draws to the screen during gameplay
@@ -413,7 +413,7 @@ static s32 sSpeedX, sSpeedY = 1;
413413
static BetterSMS::Settings::IntSetting sXSpeedSetting("X Speed", &sSpeedX);
414414
static BetterSMS::Settings::IntSetting sYSpeedSetting("Y Speed", &sSpeedY);
415415

416-
static J2DTextBox *sOurTextBox = nullptr;
416+
static J2DTextBox *sOurTextBox = nullptr;
417417
static J2DTextBox *sOurTextBoxBackDrop = nullptr;
418418
static bool sXTravelsRight, sYTravelsDown = true;
419419

0 commit comments

Comments
 (0)