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 GROUP7_H
|
||||
#define GROUP7_H
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -60,5 +59,3 @@ extern const Gfx spindrift_seg5_dl_05002B30[];
|
||||
extern const Gfx spindrift_seg5_dl_05002C98[];
|
||||
extern const Gfx spindrift_seg5_dl_05002D08[];
|
||||
extern const struct Animation *const spindrift_seg5_anims_05002D68[];
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user