mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 06:57:33 -05:00
11 lines
298 B
C
11 lines
298 B
C
#ifndef POKEPLATINUM_LIBRARY_TV_H
|
|
#define POKEPLATINUM_LIBRARY_TV_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
BOOL LibraryTV_Init(OverlayManager *ovy, int *state);
|
|
BOOL LibraryTV_Main(OverlayManager *ovy, int *state);
|
|
BOOL LibraryTV_Exit(OverlayManager *ovy, int *state);
|
|
|
|
#endif // POKEPLATINUM_LIBRARY_TV_H
|