You've already forked 2ship2harkinian-Android
mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-03-10 11:20:47 -07:00
11 lines
343 B
C
11 lines
343 B
C
#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 |