Use pragma once (#1693)

Signed-off-by: Jade Turner <spacey-sooty@proton.me>
This commit is contained in:
Jade
2025-01-09 00:49:53 +08:00
committed by GitHub
parent 974fcec21e
commit e673304221

View File

@@ -22,8 +22,7 @@
* SOFTWARE.
*/
#ifndef PHOTONVISION_PHOTONLIB_CPP_EXAMPLES_POSEEST_SRC_MAIN_INCLUDE_SUBSYSTEMS_GAMEPIECELAUNCHER_H_
#define PHOTONVISION_PHOTONLIB_CPP_EXAMPLES_POSEEST_SRC_MAIN_INCLUDE_SUBSYSTEMS_GAMEPIECELAUNCHER_H_
#pragma once
#include <cmath>
#include <numbers>
@@ -62,5 +61,3 @@ class GamepieceLauncher {
void simulationInit(); // Method to initialize simulation components
};
#endif // PHOTONVISION_PHOTONLIB_CPP_EXAMPLES_POSEEST_SRC_MAIN_INCLUDE_SUBSYSTEMS_GAMEPIECELAUNCHER_H_