You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Replace header ifdef guards with #pragma once
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user