mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
19 lines
960 B
C
19 lines
960 B
C
#ifndef POKEPLATINUM_POKEDEX_INFOMAIN_FOREIGN_H
|
|
#define POKEPLATINUM_POKEDEX_INFOMAIN_FOREIGN_H
|
|
|
|
#include "applications/pokedex/infomain.h"
|
|
#include "applications/pokedex/pokedex_app.h"
|
|
#include "applications/pokedex/struct_ov21_021E68F4.h"
|
|
|
|
#include "heap.h"
|
|
|
|
void InfoMainForeign_InitScreen(PokedexScreenManager *screenManager, PokedexApp *pokedexApp, enum HeapID heapID);
|
|
void InfoMainForeign_FreeScreen(PokedexScreenManager *screenManager);
|
|
void InfoMainForeign_SetDisplayPosition(PokedexScreenManager *screenManager, int posX, int posY);
|
|
void InfoMainForeign_SetAnimationMode(PokedexScreenManager *screenManager, enum AnimationMode animationMode);
|
|
int InfoMainForeign_GetScreenStateCount(PokedexScreenManager *screenManager);
|
|
BOOL InfoMainForeign_SetEntryOffset(PokedexScreenManager *screenManager, int entryOffset);
|
|
void InfoMainForeign_SetLanguage(PokedexScreenManager *screenManager, int languageID);
|
|
|
|
#endif // POKEPLATINUM_POKEDEX_INFOMAIN_FOREIGN_H
|