diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-23 18:17:18 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-23 18:17:53 +0200 |
commit | 4f67da10102f766b53bc209415649c8cd2e61b48 (patch) | |
tree | 611b7ce57e9e4378e91cbe79328c92e2ded80333 /include | |
parent | 01c89eeabc9d3831928ab7ca61839b8d2e40ed0d (diff) |
fix header
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_02002F08.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unk_02002F08.h b/include/unk_02002F08.h index 1f6671df..a304009b 100644 --- a/include/unk_02002F08.h +++ b/include/unk_02002F08.h @@ -1,5 +1,5 @@ -#ifndef POKEDIAMON_UNK_02002F08_H -#define POKEDIAMON_UNK_02002F08_H +#ifndef POKEDIAMOND_UNK_02002F08_H +#define POKEDIAMOND_UNK_02002F08_H #include "global.h" #include "gf_gfx_loader.h" @@ -35,4 +35,4 @@ void FUN_02003054(struct UnkStruct_02002F08 *param0, const void *param1, u32 par void FUN_02003084(struct UnkStruct_02002F08 *param0, NarcId narcId, s32 memberId, u32 heap_id, u32 param4, u32 size, u16 offset, u16 param7); void FUN_020030E8(struct UnkStruct_02002F08 *param0, NarcId narcId, s32 memberId, u32 heap_id, u32 param4, u32 size, u16 offset); -#endif //POKEDIAMON_UNK_02002F08_H +#endif //POKEDIAMOND_UNK_02002F08_H |