mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-30 08:30:54 +00:00
13 lines
275 B
C
13 lines
275 B
C
|
#ifndef POKEHEARTGOLD_MIC_TEST_H
|
||
|
#define POKEHEARTGOLD_MIC_TEST_H
|
||
|
|
||
|
#include "bg_window.h"
|
||
|
#include "msgdata.h"
|
||
|
#include "overlay_manager.h"
|
||
|
#include "system.h"
|
||
|
#include "unk_0200CF18.h"
|
||
|
|
||
|
extern const OVY_MGR_TEMPLATE gApplication_MicTest;
|
||
|
|
||
|
#endif // POKEHEARTGOLD_MIC_TEST_H
|