mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-04-25 07:23:36 -05:00
10 lines
282 B
C
10 lines
282 B
C
#ifndef POKEHEARTGOLD_MAP_PREVIEW_GRAPHIC_H
|
|
#define POKEHEARTGOLD_MAP_PREVIEW_GRAPHIC_H
|
|
|
|
#include "task.h"
|
|
|
|
u8 MapPreviewGraphic_GetIndex(u32 mapId);
|
|
void MapPreviewGraphic_BeginShowImage(TaskManager *man, int index, u8 time, int a3);
|
|
|
|
#endif // POKEHEARTGOLD_MAP_PREVIEW_GRAPHIC_H
|