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 <Runtime/platform.h>
5
7
8#include <dolphin/mtx.h>
9
10/* 2F3394 */ void ifAll_802F3394(void);
11/* 2F33CC */ void ifAll_802F33CC(void);
12/* 2F3404 */ HSD_GObj* ifAll_GetHUDGObj(void);
13/* 2F3414 */ Vec3* ifAll_GetTimerPosition(void);
14/* 2F3424 */ Vec3* ifAll_GetPlayerHUDPosition(int idx);
15/* 2F343C */ void ifAll_802F343C(int);
16/* 2F3690 */ HSD_Archive** ifAll_GetArchive(void);
17/* 2F3698 */ void ifAll_HideHUD(void);
18/* 2F36A4 */ void ifAll_ShowHUD(void);
19/* 2F36B0 */ bool ifAll_IsHUDHidden(void);
20/* 2F390C */ void ifAll_802F390C(void);
21/* 2F3A64 */ void ifAll_802F3A64(void);
22
23#endif
struct Vec Vec3
void ifAll_802F3394(void)
Definition ifall.c:37
void ifAll_802F343C(int)
Definition ifall.c:79
HSD_GObj * ifAll_GetHUDGObj(void)
Definition ifall.c:59
Vec3 * ifAll_GetTimerPosition(void)
Definition ifall.c:64
void ifAll_802F3A64(void)
Definition ifall.c:243
bool ifAll_IsHUDHidden(void)
Definition ifall.c:144
void ifAll_HideHUD(void)
Definition ifall.c:134
HSD_Archive ** ifAll_GetArchive(void)
Definition ifall.c:128
void ifAll_802F390C(void)
Definition ifall.c:196
void ifAll_ShowHUD(void)
Definition ifall.c:139
Vec3 * ifAll_GetPlayerHUDPosition(int idx)
Definition ifall.c:69
void ifAll_802F33CC(void)
Definition ifall.c:48
Definition archive.h:35
Definition gobj.h:13