Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMKW committed Aug 14, 2023
1 parent e875719 commit 68a48f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#include <Dolphin/types.h>
#include <Dolphin/CARD.h>
#include <Dolphin/math.h>
#include <Dolphin/OS.h>
#include <Dolphin/math.h>
#include <Dolphin/string.h>
#include <Dolphin/types.h>

#include <JSystem/J2D/J2DOrthoGraph.hxx>
#include <JSystem/J2D/J2DTextBox.hxx>

#include <SMS/System/Application.hxx>

#include <BetterSMS/game.hxx>
#include <BetterSMS/module.hxx>
#include <BetterSMS/stage.hxx>
#include <BetterSMS/loading.hxx>
#include <BetterSMS/module.hxx>
#include <BetterSMS/settings.hxx>
#include <BetterSMS/stage.hxx>

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

static J2DTextBox *sOurTextBox = nullptr;
static J2DTextBox *sOurTextBox = nullptr;
static J2DTextBox *sOurTextBoxBackDrop = nullptr;
static bool sXTravelsRight, sYTravelsDown = true;

Expand Down

0 comments on commit 68a48f7

Please sign in to comment.