SSBM Decomp
Loading...
Searching...
No Matches
lbcardgame.static.h
Go to the documentation of this file.
1#ifndef __GALE01_019880
2#define __GALE01_019880
3
4#include <platform.h>
5#include <placeholder.h>
6#include <dolphin/os/OSAlarm.h>
8#include <melee/sc/types.h>
9
10#include "lbcardgame.h" // IWYU pragma: export
11
13 /* +0 */ int x0;
14 /* +4 */ int x4;
15 /* +8 */ int x8;
16 /* +C */ bool xC;
17 /* +10 */ int x10;
18 /* +14 */ int x14;
19 /* +18 */ bool enable;
20 /* +30 */ char _1C[0x40];
21 /* +5C */ int* x5C;
22 /* +60 */ int x60;
23 /* +64 */ SceneDesc* x64;
24};
25STATIC_ASSERT(sizeof(struct lb_80433318_t) == 0x68);
26
27/* 433318 */ static struct lb_80433318_t lb_80433318;
28
29#endif
static struct lb_80433318_t lb_80433318
Definition lbcardgame.static.h:27
#define STATIC_ASSERT(cond)
Definition platform.h:110
Definition types.h:24
Definition lbcardgame.static.h:12
char _1C[0x40]
Definition lbcardgame.static.h:20
SceneDesc * x64
Definition lbcardgame.static.h:23
int x60
Definition lbcardgame.static.h:22
int x10
Definition lbcardgame.static.h:17
int * x5C
Definition lbcardgame.static.h:21
int x8
Definition lbcardgame.static.h:15
int x0
Definition lbcardgame.static.h:13
bool enable
Definition lbcardgame.static.h:19
bool xC
Definition lbcardgame.static.h:16
int x4
Definition lbcardgame.static.h:14
int x14
Definition lbcardgame.static.h:18