SSBM Decomp
Loading...
Searching...
No Matches
gmtrainingmode.h
Go to the documentation of this file.
1#ifndef MELEE_GM_GMTRAININGMODE_H
2#define MELEE_GM_GMTRAININGMODE_H
3
4#include <melee/gm/types.h>
5
6/* 1B2298 */ void gm_Mode_Training_OnInit(void);
7/* 1B23C4 */ void gm_Mode_Training_OnLoad(void);
8/* 3DDB80 */ extern GameModeState gm_Mode_Training_States[];
9
10#endif
GameModeState gm_Mode_Training_States[]
Definition gmtrainingmode.c:35
void gm_Mode_Training_OnInit(void)
Definition gmtrainingmode.c:275
void gm_Mode_Training_OnLoad(void)
Definition gmtrainingmode.c:292
Definition types.h:73