SSBM Decomp
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1#ifndef MELEE_EF_TYPES_H
2#define MELEE_EF_TYPES_H
3
4#include <placeholder.h>
5
6#include "ef/forward.h" // IWYU pragma: export
7#include <baselib/forward.h>
8
10 /* +0 */ HSD_JObj* x0;
11};
12
14 /* +0 */ ef_UnkStruct2* x0;
15 /* +4 */ int x4;
16 /* +8 */ UNK_T x8;
17 /* +C */ s16 xC;
18 /* +E */ s16 xE;
19 /* +10 */ int x10;
20 /* +14 */ int x14;
21 /* +18 */ int x18;
22};
23
25 /* +0 */ int x0;
26 /* +4 */ int x4;
27 /* +8 */ int x8;
28 /* +C */ int xC;
29};
30
31#endif
#define UNK_T
signed short s16
A signed 16-bit integer.
Definition platform.h:11
Definition jobj.h:108
Definition types.h:13
UNK_T x8
Definition types.h:16
int x18
Definition types.h:21
s16 xE
Definition types.h:18
int x14
Definition types.h:20
ef_UnkStruct2 * x0
Definition types.h:14
int x10
Definition types.h:19
s16 xC
Definition types.h:17
int x4
Definition types.h:15
Definition types.h:24
int xC
Definition types.h:28
int x4
Definition types.h:26
int x0
Definition types.h:25
int x8
Definition types.h:27
Definition types.h:9
HSD_JObj * x0
Definition types.h:10