SSBM Decomp
Loading...
Searching...
No Matches
ftCo_SpecialS.h
Go to the documentation of this file.
1#ifndef GALE01_095FEC
2#define GALE01_095FEC
3
4#include "ftCommon/forward.h"
5
6/* 0964FC */ bool ftCo_SpecialS_HasInput(Fighter* fp);
7/* 096030 */ bool ftCo_SpecialS_CheckInput(ftCo_GObj* gobj);
8
9#endif
bool ftCo_SpecialS_HasInput(Fighter *fp)
Check SpecialS input without entering the state.
Definition ftCo_SpecialS.c:21
bool ftCo_SpecialS_CheckInput(ftCo_GObj *gobj)
Definition ftCo_SpecialS.c:31
Fighter_GObj ftCo_GObj
Definition forward.h:10
Definition types.h:1063