SSBM Decomp
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 <platform.h>
5
6#include "vi/forward.h"
7
8struct ViCharaDesc {
9 /* 0x0 */ u8 p1_char_index;
11 /* 0x2 */ u8 p2_char_index;
13 /* 0x4 */ int spawn_count;
14 /* 0x8 */ int unk;
15};
16
18 char pad_0[0xC];
19}; /* size = 0xC */
20STATIC_ASSERT(sizeof(struct un_804D7004_t) == 0xC);
21
22#endif
unsigned char u8
Definition hsd_3B2B.h:2
#define STATIC_ASSERT(cond)
Definition platform.h:110
Definition types.h:8
u8 p2_char_index
Definition types.h:11
int spawn_count
Definition types.h:13
int unk
Definition types.h:14
u8 p2_costume_index
Definition types.h:12
u8 p1_char_index
Definition types.h:9
u8 p1_costume_index
Definition types.h:10
Definition types.h:17
char pad_0[0xC]
Definition types.h:18