Skip to content

Commit 3260476

Browse files
author
Gin
committed
m
1 parent 277462d commit 3260476

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_WildZoneEntrance.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
// #include <iostream>
3232
// using std::cout, std::endl;
3333

34-
namespace PokemonAutomation {
35-
namespace NintendoSwitch {
36-
namespace PokemonLZA {
34+
namespace PokemonAutomation::NintendoSwitch::PokemonLZA {
3735

3836
using namespace Pokemon;
3937

@@ -630,6 +628,4 @@ void ShinyHunt_WildZoneEntrance::program(SingleSwitchProgramEnvironment& env, Pr
630628
}
631629

632630

633-
} // namespace PokemonLZA
634-
} // namespace NintendoSwitch
635-
} // namespace PokemonAutomation
631+
} // namespace PokemonAutomation::NintendoSwitch::PokemonLZA

SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_WildZoneEntrance.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
#include "PokemonLZA/Options/PokemonLZA_ShinyDetectedAction.h"
1616
#include "PokemonLZA/Programs/PokemonLZA_Locations.h"
1717

18-
namespace PokemonAutomation {
19-
namespace NintendoSwitch {
20-
namespace PokemonLZA {
18+
namespace PokemonAutomation::NintendoSwitch::PokemonLZA {
2119

2220

2321
class WildZoneOption : public EnumDropdownOption<WildZone>{
@@ -58,7 +56,5 @@ class ShinyHunt_WildZoneEntrance : public SingleSwitchProgramInstance, public Co
5856
};
5957

6058

61-
} // namespace PokemonLZA
62-
} // namespace NintendoSwitch
63-
} // namespace PokemonAutomation
59+
} // namespace PokemonAutomation::NintendoSwitch::PokemonLZA
6460
#endif

0 commit comments

Comments
 (0)