mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-03 18:09:13 +03:00
Style: Replace header guards with #pragma once
(cherry picked from commit 7056c996dd)
This commit is contained in:
committed by
David Snopek
parent
6fcc184587
commit
f166d4ed8c
@@ -28,8 +28,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef GODOT_ARRAY_HELPERS_HPP
|
||||
#define GODOT_ARRAY_HELPERS_HPP
|
||||
#pragma once
|
||||
|
||||
namespace godot {
|
||||
namespace helpers {
|
||||
@@ -51,5 +50,3 @@ T append_all(T appendable) {
|
||||
}
|
||||
} // namespace helpers
|
||||
} // namespace godot
|
||||
|
||||
#endif // GODOT_ARRAY_HELPERS_HPP
|
||||
|
||||
Reference in New Issue
Block a user