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