mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
OVY_MANAGER -> OverlayManager OVY_FUNC -> OverlayFunction OVY_MGR_TEMPLATE -> OverlayManagerTemplate
9 lines
203 B
C
9 lines
203 B
C
#ifndef POKEHEARTGOLD_INTRO_MOVIE_H
|
|
#define POKEHEARTGOLD_INTRO_MOVIE_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
extern const OverlayManagerTemplate gApplication_IntroMovie;
|
|
|
|
#endif // POKEHEARTGOLD_INTRO_MOVIE_H
|