diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-29 12:27:24 +0100 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-12-29 11:48:28 -0600 |
commit | 75b4e9ac704e5ecafcd434a2e49213434188c08b (patch) | |
tree | 72588028853d8e8eb42e87fd2ef3017c0c983a89 /include | |
parent | 55e44b0951395c4d351738f825c6dd67281e6cb3 (diff) |
compile contest
Diffstat (limited to 'include')
-rwxr-xr-x | include/contest_painting_effects.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/contest_painting_effects.h b/include/contest_painting_effects.h index 86c87842c..3b6964666 100755 --- a/include/contest_painting_effects.h +++ b/include/contest_painting_effects.h @@ -1,7 +1,7 @@ #ifndef GUARD_CONTEST_PAINTING_EFFECTS_H #define GUARD_CONTEST_PAINTING_EFFECTS_H -struct Unk03005E20 +struct Unk030061A0 { u8 var_0; u8 pad1[3]; @@ -21,8 +21,8 @@ struct Unk03005E20 u8 var_1F; }; -void sub_8124F2C(struct Unk03005E20 *); -void sub_81261A4(struct Unk03005E20 *); -void sub_8126058(struct Unk03005E20 *); +void sub_8124F2C(struct Unk030061A0 *); +void sub_81261A4(struct Unk030061A0 *); +void sub_8126058(struct Unk030061A0 *); #endif |