SSBM Decomp
Loading...
Searching...
No Matches
ftwaitanim.h
Go to the documentation of this file.
1#ifndef GALE01_08A698
2#define GALE01_08A698
3
4#include <placeholder.h>
5
6#include "ftCommon/forward.h"
7
8#include <dolphin/mtx.h>
9
10typedef struct WaitStruct {
11 union {
12 struct {
13 int* x;
14 int* y;
15 } p;
16 struct {
17 int x;
18 int y;
19 } i;
20 } u;
22
23/* 08A698 */ bool ftCo_8008A698(ftCo_Fighter* fp);
24/* 08A6D8 */ void ftCo_8008A6D8(ftCo_GObj* gobj, s32 anim_id);
25/* 08A7A8 */ void ftCo_8008A7A8(ftCo_GObj* gobj, WaitStruct* arg1);
26/* 3C54A8 */ extern char ftWaitAnim_803C54A8[];
27/* 3C54C4 */ extern char ftWaitAnim_803C54C4[];
28
29#endif
char ftWaitAnim_803C54A8[]
void ftCo_8008A7A8(ftCo_GObj *gobj, WaitStruct *arg1)
Definition ftwaitanim.c:66
char ftWaitAnim_803C54C4[]
bool ftCo_8008A698(ftCo_Fighter *fp)
Definition ftwaitanim.c:14
void ftCo_8008A6D8(ftCo_GObj *gobj, s32 anim_id)
Definition ftwaitanim.c:22
Fighter_GObj ftCo_GObj
Definition forward.h:10
Definition types.h:1121
Definition ftwaitanim.h:10
int * x
Definition ftwaitanim.h:13
int x
Definition ftwaitanim.h:17
struct WaitStruct::@89::@91 i
struct WaitStruct::@89::@90 p
int * y
Definition ftwaitanim.h:14
union WaitStruct::@89 u
int y
Definition ftwaitanim.h:18