mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-23 12:46:23 -05:00
11 lines
218 B
C
11 lines
218 B
C
#ifndef POKEHEARTGOLD_OVERLAY_62_H
|
|
#define POKEHEARTGOLD_OVERLAY_62_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
FS_EXTERN_OVERLAY(OVY_62);
|
|
|
|
extern const OVY_MGR_TEMPLATE gApplication_MicTest;
|
|
|
|
#endif //POKEHEARTGOLD_OVERLAY_62_H
|