SSBM Decomp
Loading...
Searching...
No Matches
mplib.static.h
Go to the documentation of this file.
1#ifndef __GALE01_04D164
2#define __GALE01_04D164
3
4#include "mplib.h" // IWYU pragma: export
5
6#include <placeholder.h>
7
8#include "mp/forward.h"
9
10static struct {
11 float top;
12 float bottom;
13 float left;
14 float right;
16
17/* 04E97C */ static bool mpLineIntersection(float a0x, float a0y, float a1x,
18 float a1y, float b0x, float b0y,
19 float b1x, float b1y, float* int_x,
20 float* int_y);
21/* 4D64B0 */ static bool didCheckBounding;
22/* 4D64B4 */ static MapCollData* mpLib_804D64B4;
23/* 4D64B8 */ static CollVtx* groundCollVtx;
24/* 4D64BC */ static CollLine* groundCollLine;
25/* 4D64C0 */ static CollJoint* groundCollJoint;
26/* 4D64C4 */ static CollJoint* jointListStart;
27/* 4D64C8 */ static CollJoint* jointListEnd;
28/* 4D64CC */ static s32 mpLib_804D64CC;
29/* 4D64D0 */ static s32 mpLib_804D64D0;
30/* 4D64D4 */ static s32 mpLib_804D64D4;
31/* 4D64D8 */ static s32 mpLib_804D64D8;
32/* 4D64DC */ static s32 mpLib_804D64DC;
33/* 4D64E0 */ static s32 mpLib_804D64E0;
34/* 4D64E4 */ static s32 mpLib_804D64E4;
35/* 458888 */ static Vec3 mpLib_80458888[0x200];
36
37#endif
static CollLine * groundCollLine
Definition mplib.static.h:24
static CollJoint * jointListStart
Definition mplib.static.h:26
float bottom
Definition mplib.static.h:12
static CollVtx * groundCollVtx
Definition mplib.static.h:23
static s32 mpLib_804D64D0
Definition mplib.static.h:29
static s32 mpLib_804D64D8
Definition mplib.static.h:31
static bool didCheckBounding
Definition mplib.static.h:21
float right
Definition mplib.static.h:14
static s32 mpLib_804D64D4
Definition mplib.static.h:30
float left
Definition mplib.static.h:13
static struct @267 mpLib_80458868[2]
static s32 mpLib_804D64E4
Definition mplib.static.h:34
static s32 mpLib_804D64DC
Definition mplib.static.h:32
static s32 mpLib_804D64CC
Definition mplib.static.h:28
static bool mpLineIntersection(float a0x, float a0y, float a1x, float a1y, float b0x, float b0y, float b1x, float b1y, float *int_x, float *int_y)
Definition mplib.c:660
static CollJoint * jointListEnd
Definition mplib.static.h:27
static Vec3 mpLib_80458888[0x200]
Definition mplib.static.h:35
float top
Definition mplib.static.h:11
static s32 mpLib_804D64E0
Definition mplib.static.h:33
static CollJoint * groundCollJoint
Definition mplib.static.h:25
static MapCollData * mpLib_804D64B4
Definition mplib.static.h:22
Definition types.h:106
Definition types.h:62
Definition types.h:78
Definition types.h:122