mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
9 lines
258 B
C
9 lines
258 B
C
#ifndef POKEPLATINUM_MAIN_MENU_APPLICATION_TEMPLATE_H
|
|
#define POKEPLATINUM_MAIN_MENU_APPLICATION_TEMPLATE_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
extern const ApplicationManagerTemplate gMainMenuAppTemplate;
|
|
|
|
#endif // POKEPLATINUM_MAIN_MENU_APPLICATION_TEMPLATE_H
|