SSBM Decomp
Loading...
Searching...
No Matches
ifall.static.h
Go to the documentation of this file.
1#ifndef __GALE01_2F3394
2#define __GALE01_2F3394
3
4#include <placeholder.h>
5
6#include "ifall.h" // IWYU pragma: export
7
9 /* 0x00 */ s32 unk_0;
10 /* 0x04 */ char pad_4[8]; /* maybe part of unk_0[3]? */
11 /* 0x0C */ UNK_T unk_C; /* inferred */
12 /* 0x0C */ char pad_C[0x18];
13}; /* size = 0x28 */
14STATIC_ASSERT(sizeof(struct ifAll_804A0FD8_t) == 0x28);
15
16/* 4D6D58 */ static u8 ifAll_804D6D58;
17/* 4D6D5C */ static UNK_T ifAll_804D6D5C;
18/* 4A0FD8 */ static struct ifAll_804A0FD8_t ifAll_804A0FD8;
19
20#endif
static UNK_T ifAll_804D6D5C
Definition ifall.static.h:17
static struct ifAll_804A0FD8_t ifAll_804A0FD8
Definition ifall.static.h:18
static u8 ifAll_804D6D58
Definition ifall.static.h:16
#define UNK_T
#define STATIC_ASSERT(cond)
Definition platform.h:161
signed long s32
A signed 32-bit integer.
Definition platform.h:14
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20
Definition ifall.static.h:8
char pad_4[8]
Definition ifall.static.h:10
char pad_C[0x18]
Definition ifall.static.h:12
s32 unk_0
Definition ifall.static.h:9
UNK_T unk_C
Definition ifall.static.h:11