SSBM Decomp
Loading...
Searching...
No Matches
lbshadow.h
Go to the documentation of this file.
1#ifndef MELEE_LB_SHADOW_H
2#define MELEE_LB_SHADOW_H
3
4#include <placeholder.h>
5#include <platform.h>
6
7#include <melee/lb/forward.h>
9
10#include <common_structs.h>
11#include <dolphin/mtx.h>
12
13/* 00E9F0 */ void lbShadow_8000E9F0(Vec3*, s32, f32);
14/* 00ED54 */ void lbShadow_8000ED54(LbShadow*, HSD_JObj*);
15/* 00EE8C */ void lbShadow_8000EE8C(LbShadow*);
16/* 00EEE0 */ void lbShadow_8000EEE0(HSD_GObj*);
17/* 00EFEC */ void lbShadow_8000EFEC(void);
18/* 00F214 */ void lbShadow_8000F214(HSD_Shadow*);
19/* 00F38C */ void lbShadow_8000F38C(s32);
20
21#endif
void lbShadow_8000EE8C(LbShadow *)
Definition lbshadow.c:48
void lbShadow_8000F38C(s32)
void lbShadow_8000E9F0(Vec3 *, s32, f32)
void lbShadow_8000ED54(LbShadow *, HSD_JObj *)
lbShadow_8000E9F0
Definition lbshadow.c:17
void lbShadow_8000EEE0(HSD_GObj *)
lbShadow_8000EE8C
Definition lbshadow.c:60
void lbShadow_8000EFEC(void)
Definition lbshadow.c:79
void lbShadow_8000F214(HSD_Shadow *)
Definition lbshadow.c:143
was using this to try and fix some matches, unsuccessfully
Definition gobj.h:26
Definition jobj.h:107
Definition shadow.h:16
Definition types.h:822