SSBM Decomp
Loading...
Searching...
No Matches
gmregcommon.h
Go to the documentation of this file.
1#ifndef MELEE_GM_REGCOMMON_H
2#define MELEE_GM_REGCOMMON_H
3
4#include <platform.h>
5
6#include <melee/gm/forward.h>
7
8int gm_8017BE84(u32 arg0);
9int gm_8017BE8C(s8*);
10void gmRegSetupEnemyColorTable(s8 ckind, u8 color, s8* ckinds, u8* colors);
11
12#endif
int gm_8017BE8C(s8 *)
Definition gmregcommon.c:15
int gm_8017BE84(u32 arg0)
Definition gmregcommon.c:10
void gmRegSetupEnemyColorTable(s8 ckind, u8 color, s8 *ckinds, u8 *colors)
Definition gmregcommon.c:27