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 974fcec commit e673304Copy full SHA for e673304
photonlib-cpp-examples/poseest/src/main/include/subsystems/GamepieceLauncher.h
@@ -22,8 +22,7 @@
22
* SOFTWARE.
23
*/
24
25
-#ifndef PHOTONVISION_PHOTONLIB_CPP_EXAMPLES_POSEEST_SRC_MAIN_INCLUDE_SUBSYSTEMS_GAMEPIECELAUNCHER_H_
26
-#define PHOTONVISION_PHOTONLIB_CPP_EXAMPLES_POSEEST_SRC_MAIN_INCLUDE_SUBSYSTEMS_GAMEPIECELAUNCHER_H_
+#pragma once
27
28
#include <cmath>
29
#include <numbers>
@@ -62,5 +61,3 @@ class GamepieceLauncher {
62
61
63
void simulationInit(); // Method to initialize simulation components
64
};
65
-
66
-#endif // PHOTONVISION_PHOTONLIB_CPP_EXAMPLES_POSEEST_SRC_MAIN_INCLUDE_SUBSYSTEMS_GAMEPIECELAUNCHER_H_
0 commit comments