|
1 | | -#include <Dolphin/types.h> |
2 | 1 | #include <Dolphin/CARD.h> |
3 | | -#include <Dolphin/math.h> |
4 | 2 | #include <Dolphin/OS.h> |
| 3 | +#include <Dolphin/math.h> |
5 | 4 | #include <Dolphin/string.h> |
| 5 | +#include <Dolphin/types.h> |
6 | 6 |
|
7 | 7 | #include <JSystem/J2D/J2DOrthoGraph.hxx> |
8 | 8 | #include <JSystem/J2D/J2DTextBox.hxx> |
9 | 9 |
|
10 | 10 | #include <SMS/System/Application.hxx> |
11 | 11 |
|
12 | 12 | #include <BetterSMS/game.hxx> |
13 | | -#include <BetterSMS/module.hxx> |
14 | | -#include <BetterSMS/stage.hxx> |
15 | 13 | #include <BetterSMS/loading.hxx> |
| 14 | +#include <BetterSMS/module.hxx> |
16 | 15 | #include <BetterSMS/settings.hxx> |
| 16 | +#include <BetterSMS/stage.hxx> |
17 | 17 |
|
18 | 18 | /* |
19 | 19 | / Example module that logs to the console and draws to the screen during gameplay |
@@ -413,7 +413,7 @@ static s32 sSpeedX, sSpeedY = 1; |
413 | 413 | static BetterSMS::Settings::IntSetting sXSpeedSetting("X Speed", &sSpeedX); |
414 | 414 | static BetterSMS::Settings::IntSetting sYSpeedSetting("Y Speed", &sSpeedY); |
415 | 415 |
|
416 | | -static J2DTextBox *sOurTextBox = nullptr; |
| 416 | +static J2DTextBox *sOurTextBox = nullptr; |
417 | 417 | static J2DTextBox *sOurTextBoxBackDrop = nullptr; |
418 | 418 | static bool sXTravelsRight, sYTravelsDown = true; |
419 | 419 |
|
|
0 commit comments