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"
8
9typedef struct WaitStruct {
10 union {
11 struct {
12 int* x;
13 int* y;
14 } p;
15 struct {
16 int x;
17 int y;
18 } i;
19 } u;
21
22/* 08A698 */ bool ftCo_8008A698(ftCo_Fighter* fp);
23/* 08A6D8 */ void ftCo_8008A6D8(ftCo_GObj* gobj, s32 anim_id);
24/* 08A7A8 */ void ftCo_8008A7A8(ftCo_GObj* gobj, WaitStruct* arg1);
25/* 3C54A8 */ extern char ftWaitAnim_803C54A8[];
26/* 3C54C4 */ extern char ftWaitAnim_803C54C4[];
27
28#endif
char ftWaitAnim_803C54A8[]
void ftCo_8008A7A8(ftCo_GObj *gobj, WaitStruct *arg1)
Definition ftwaitanim.c:68
char ftWaitAnim_803C54C4[]
bool ftCo_8008A698(ftCo_Fighter *fp)
Definition ftwaitanim.c:16
void ftCo_8008A6D8(ftCo_GObj *gobj, s32 anim_id)
Definition ftwaitanim.c:24
Fighter_GObj ftCo_GObj
Definition forward.h:10
signed long s32
A signed 32-bit integer.
Definition platform.h:14
Definition types.h:1063
Definition ftwaitanim.h:9
int * x
Definition ftwaitanim.h:12
int x
Definition ftwaitanim.h:16
struct WaitStruct::@70::@71 p
struct WaitStruct::@70::@72 i
union WaitStruct::@70 u
int * y
Definition ftwaitanim.h:13
int y
Definition ftwaitanim.h:17