Replace header ifdef guards with #pragma once

This commit is contained in:
Arceveti
2021-09-25 11:08:11 -07:00
parent 0649427337
commit 3a6c577a41
367 changed files with 651 additions and 1765 deletions

View File

@@ -1,5 +1,4 @@
#ifndef GROUP4_H
#define GROUP4_H
#pragma once
#include "types.h"
@@ -104,5 +103,3 @@ extern const struct Animation *const unagi_seg5_anims_05012824[];
// whirlpool
extern const Gfx whirlpool_seg5_dl_05013B58[];
extern const Gfx whirlpool_seg5_dl_05013CB8[];
#endif