Style: Replace header guards with #pragma once

(cherry picked from commit 7056c996dd)
This commit is contained in:
Thaddeus Crews
2025-03-07 17:58:10 -06:00
committed by David Snopek
parent 6fcc184587
commit f166d4ed8c
68 changed files with 68 additions and 272 deletions

View File

@@ -28,8 +28,7 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/**************************************************************************/
#ifndef GODOT_VECTOR2I_HPP
#define GODOT_VECTOR2I_HPP
#pragma once
#include <godot_cpp/core/error_macros.hpp>
#include <godot_cpp/core/math.hpp>
@@ -168,5 +167,3 @@ typedef Vector2i Size2i;
typedef Vector2i Point2i;
} // namespace godot
#endif // GODOT_VECTOR2I_HPP