SSBM Decomp
Loading...
Searching...
No Matches
lbheap.static.h
Go to the documentation of this file.
1#ifndef __GALE01_0158D0
2#define __GALE01_0158D0
3
4#include <placeholder.h>
5
6#include "lbheap.h" // IWYU pragma: export
7#include "lbmemory.h"
8
10 /* 10 */ s32 unk_10;
11 /* 14 */ Handle* unk_14;
12 /* 18 */ s32 unk_18;
13 /* 1C */ u32 unk_1C;
14 /* 20 */ s32 unk_20;
15 /* 24 */ s32 unk_24;
16 /* 28 */ int status;
17};
18STATIC_ASSERT(sizeof(struct lbHeap_80431FA0_x10_t) == 0x1C);
19
21 /* 0x00 */ void* unk_0; /* inferred */
22 /* 0x04 */ void* unk_4; /* inferred */
23 /* 0x08 */ unsigned int unk_8; /* inferred */
24 /* 0x0C */ unsigned int unk_C; /* inferred */
25 /* 0x10 */ struct lbHeap_80431FA0_x10_t unk_10[6];
26}; /* size = 0xB8 */
27STATIC_ASSERT(sizeof(struct lbHeap_80431FA0_t) == 0xB8);
28
29/* 431FA0 */ static struct lbHeap_80431FA0_t lbHeap_80431FA0;
30
31#endif
static struct lbHeap_80431FA0_t lbHeap_80431FA0
Definition lbheap.static.h:29
#define STATIC_ASSERT(cond)
Definition platform.h:110
Definition lbmemory.h:8
Definition lbheap.static.h:20
struct lbHeap_80431FA0_x10_t unk_10[6]
Definition lbheap.static.h:25
unsigned int unk_C
Definition lbheap.static.h:24
void * unk_4
Definition lbheap.static.h:22
void * unk_0
Definition lbheap.static.h:21
unsigned int unk_8
Definition lbheap.static.h:23
Definition lbheap.static.h:9
int status
Definition lbheap.static.h:16
s32 unk_24
Definition lbheap.static.h:15
s32 unk_10
Definition lbheap.static.h:10
u32 unk_1C
Definition lbheap.static.h:13
Handle * unk_14
Definition lbheap.static.h:11
s32 unk_18
Definition lbheap.static.h:12
s32 unk_20
Definition lbheap.static.h:14