blob: 538d25fd7a7f4d7e0803e439356ecdc918e98232 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef BETTER_MAP_SELECT_H
#define BETTER_MAP_SELECT_H
#include "overlays/gamestates/ovl_select/z_select.h"
#include "gfxprint.h"
void BetterMapSelect_Init(MapSelectState* mapSelectState);
void BetterMapSelect_PrintMenu(MapSelectState* mapSelectState, GfxPrint* printer);
void BetterMapSelect_Update(MapSelectState* mapSelectState);
#endif
|