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
12extern u8 lbl_803D79F0[];
13
14#endif
int gm_8017BE8C(s8 *)
Definition gmregcommon.c:18
u8 lbl_803D79F0[]
Definition gmregcommon.c:10
int gm_8017BE84(u32 arg0)
Definition gmregcommon.c:13
void gmRegSetupEnemyColorTable(s8 ckind, u8 color, s8 *ckinds, u8 *colors)
Definition gmregcommon.c:30
signed char s8
Definition hsd_3B2B.h:3
unsigned char u8
Definition hsd_3B2B.h:2