mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-02 22:08:03 -05:00
14 lines
350 B
C
14 lines
350 B
C
#ifndef POKEPLATINUM_MAIN_MENU_02232054_H
|
|
#define POKEPLATINUM_MAIN_MENU_02232054_H
|
|
|
|
#include "main_menu/mystery_gift_app.h"
|
|
|
|
#include "bg_window.h"
|
|
#include "savedata.h"
|
|
|
|
void ov97_02232054(void);
|
|
void ov97_02232074(BgConfig *param0);
|
|
int ov97_02232148(SaveData *saveData, MysteryGiftEventData *param1);
|
|
|
|
#endif // POKEPLATINUM_MAIN_MENU_02232054_H
|