SSBM Decomp
Loading...
Searching...
No Matches
forward.h
Go to the documentation of this file.
1#ifndef MELEE_EF_FORWARD_H
2#define MELEE_EF_FORWARD_H
3
4#include <placeholder.h>
5
6typedef struct EF_Effect EF_Effect;
8typedef struct EF_EffectDesc EF_EffectDesc;
9
10typedef void (*EF_UpdateFn)(EF_Effect*);
11
12#endif
void(* EF_UpdateFn)(EF_Effect *)
Definition forward.h:10
Definition types.h:68
Definition types.h:51
Definition types.h:73