diff options
| author | KiritoDv <36680385+KiritoDv@users.noreply.github.com> | 2025-05-16 02:44:40 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-05-16 02:44:40 +0000 |
| commit | b53a5dbcfa24ef2aa4860b6d9512709976686de8 (patch) | |
| tree | 441f2bb9c0bc8f955eb9289d19b13beab5c239c5 /include/common_structs.h | |
| parent | bdf5ca8d603ae56ac275bebf9fde58ae72484d76 (diff) | |
clang formatclang-format
Diffstat (limited to 'include/common_structs.h')
| -rw-r--r-- | include/common_structs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/common_structs.h b/include/common_structs.h index b5efa387a..8b5b83d03 100644 --- a/include/common_structs.h +++ b/include/common_structs.h @@ -395,7 +395,7 @@ typedef struct { s32 nCharacter; // Networked character choice s32 nStartingRank; u32 nHasAuthority; -} Player; // size = 0xDD8 +} Player; // size = 0xDD8 typedef struct { // Something related to time trial ghost data? @@ -412,7 +412,6 @@ typedef struct { uint8_t r, g, b; } RGB8; - typedef struct { /* 0x00 */ u16 red; /* 0x02 */ u16 green; |
