SSBM Decomp
Loading...
Searching...
No Matches
ftmetal.h
Go to the documentation of this file.
1#ifndef MELEE_FT_METAL_H
2#define MELEE_FT_METAL_H
3
4#include <placeholder.h>
5#include <platform.h>
6
7#include <melee/ft/forward.h>
8
9/* 0C8170 */ void ft_800C8170(Fighter* fp);
10/* 0C8348 */ void ftCo_800C8348(Fighter_GObj*, int timer, int health);
11/* 0C8438 */ void ftCo_800C8438(Fighter_GObj* gobj);
12/* 0C8540 */ void ftCo_800C8540(Fighter_GObj* gobj);
13/* 0C85B8 */ void ft_800C85B8(Fighter_GObj* gobj);
14
15#endif
void ftCo_800C8438(Fighter_GObj *gobj)
Definition ftmetal.c:119
void ftCo_800C8348(Fighter_GObj *, int timer, int health)
Definition ftmetal.c:102
void ft_800C8170(Fighter *fp)
Definition ftmetal.c:17
void ft_800C85B8(Fighter_GObj *gobj)
Definition ftmetal.c:161
void ftCo_800C8540(Fighter_GObj *gobj)
Definition ftmetal.c:139
Definition types.h:1106