SSBM Decomp
Toggle main menu visibility
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1
#ifndef MELEE_VI_TYPES_H
2
#define MELEE_VI_TYPES_H
3
4
#include <
Runtime/platform.h
>
5
6
#include <
melee/vi/forward.h
>
// IWYU pragma: export
7
8
struct
ViCharaDesc
{
9
/* 0x0 */
u8
p1_char_index
;
10
/* 0x1 */
u8
p1_costume_index
;
11
/* 0x2 */
u8
p2_char_index
;
12
/* 0x3 */
u8
p2_costume_index
;
13
/* 0x4 */
int
spawn_count
;
14
/* 0x8 */
int
unk
;
15
};
16
17
struct
un_804D7004_t
{
18
char
pad_0
[0xC];
19
};
/* size = 0xC */
20
ASSERT_SIZE
(
struct
un_804D7004_t
, 0xC);
21
22
#endif
u8
unsigned char u8
Definition
types.h:5
forward.h
platform.h
ASSERT_SIZE
#define ASSERT_SIZE(expr, size)
Definition
platform.h:161
ViCharaDesc
Definition
types.h:8
ViCharaDesc::p2_char_index
u8 p2_char_index
Definition
types.h:11
ViCharaDesc::spawn_count
int spawn_count
Definition
types.h:13
ViCharaDesc::unk
int unk
Definition
types.h:14
ViCharaDesc::p2_costume_index
u8 p2_costume_index
Definition
types.h:12
ViCharaDesc::p1_char_index
u8 p1_char_index
Definition
types.h:9
ViCharaDesc::p1_costume_index
u8 p1_costume_index
Definition
types.h:10
un_804D7004_t
Definition
types.h:17
un_804D7004_t::pad_0
char pad_0[0xC]
Definition
types.h:18
src
melee
vi
types.h
Generated by
1.17.0