SSBM Decomp
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1#ifndef MELEE_UN_TYPES_H
2#define MELEE_UN_TYPES_H
3
4#include <platform.h>
5
6#include "un/forward.h" // IWYU pragma: export
7
9 /* +0 */ char pad_0[0x26];
10 /* +26 */ u8 x26;
11};
12
14 /* +0 */ char pad_0[0x8];
15 /* +8 */ float x8;
16 /* +C */ float xC;
17};
18
20 /* +0 */ char pad_0[0xC];
21 /* +C */ int xC;
22};
23
25 /* +0 */ char pad_0[1];
26 /* +1 */ u8 x1;
27};
28
29#endif
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20
Definition types.h:8
u8 x26
Definition types.h:10
char pad_0[0x26]
Definition types.h:9
Definition types.h:13
float x8
Definition types.h:15
float xC
Definition types.h:16
char pad_0[0x8]
Definition types.h:14
Definition types.h:19
int xC
Definition types.h:21
char pad_0[0xC]
Definition types.h:20
Definition types.h:24
u8 x1
Definition types.h:26
char pad_0[1]
Definition types.h:25