We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad1a2e commit 14bd772Copy full SHA for 14bd772
SerialPrograms/Source/NintendoSwitch/DevPrograms/BoxDraw.cpp
@@ -8,9 +8,9 @@
8
#include "CommonFramework/VideoPipeline/VideoOverlayScopes.h"
9
#include "BoxDraw.h"
10
11
-#include <iostream>
12
-using std::cout;
13
-using std::endl;
+// #include <iostream>
+// using std::cout;
+// using std::endl;
14
15
namespace PokemonAutomation{
16
namespace NintendoSwitch{
@@ -179,9 +179,6 @@ void BoxDraw::update_individual_coordinates(){
179
Y.set(y_coord);
180
WIDTH.set(width_coord);
181
HEIGHT.set(height_coord);
182
-
183
- // double x_coord1 = std::stod("0a.4aasdf");
184
- // cout << std::to_string(x_coord1) << endl;
185
}
186
187
void BoxDraw::program(SingleSwitchProgramEnvironment& env, ProControllerContext& context){
0 commit comments