Style: Replace header guards with #pragma once

This commit is contained in:
Thaddeus Crews
2025-03-07 17:58:10 -06:00
parent 107cb1da5e
commit 7056c996dd
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_VECTOR_HPP
#define GODOT_VECTOR_HPP
#pragma once
/**
* @class Vector
@@ -332,5 +331,3 @@ void Vector<T>::fill(T p_elem) {
}
} // namespace godot
#endif // GODOT_VECTOR_HPP