SSBM Decomp
Loading...
Searching...
No Matches
ifall.h
Go to the documentation of this file.
1#ifndef MELEE_IF_IFALL_H
2#define MELEE_IF_IFALL_H
3
4#include <placeholder.h>
5#include <platform.h>
6
7#include <baselib/forward.h>
8
9#include <dolphin/mtx.h>
10
11/* 2F3394 */ void ifAll_802F3394(void);
12/* 2F33CC */ void ifAll_802F33CC(void);
13/* 2F3404 */ HSD_GObj* ifAll_802F3404(void);
14/* 2F3414 */ Vec3* ifAll_802F3414(void);
15/* 2F3424 */ Vec3* ifAll_802F3424(int idx);
16/* 2F343C */ void ifAll_802F343C(int);
17/* 2F3690 */ HSD_Archive** ifAll_802F3690(void);
18/* 2F3698 */ void ifAll_HideHUD(void);
19/* 2F36A4 */ void ifAll_ShowHUD(void);
20/* 2F36B0 */ bool ifAll_IsHUDHidden(void);
21/* 2F390C */ void ifAll_802F390C(void);
22/* 2F3A64 */ void ifAll_802F3A64(void);
23
24#endif
void ifAll_802F3394(void)
Definition ifall.c:33
void ifAll_802F343C(int)
Definition ifall.c:75
Vec3 * ifAll_802F3424(int idx)
Definition ifall.c:65
Vec3 * ifAll_802F3414(void)
Definition ifall.c:60
void ifAll_802F3A64(void)
Definition ifall.c:239
bool ifAll_IsHUDHidden(void)
Definition ifall.c:140
void ifAll_HideHUD(void)
Definition ifall.c:130
void ifAll_802F390C(void)
Definition ifall.c:192
HSD_Archive ** ifAll_802F3690(void)
Definition ifall.c:124
void ifAll_ShowHUD(void)
Definition ifall.c:135
void ifAll_802F33CC(void)
Definition ifall.c:44
HSD_GObj * ifAll_802F3404(void)
Definition ifall.c:55
Definition archive.h:34
was using this to try and fix some matches, unsuccessfully
Definition gobj.h:26