mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
12 lines
303 B
C
12 lines
303 B
C
#ifndef POKEPLATINUM_WONDER_CARDS_APP_H
|
|
#define POKEPLATINUM_WONDER_CARDS_APP_H
|
|
|
|
#include "constants/heap.h"
|
|
|
|
#include "bg_window.h"
|
|
#include "mystery_gift.h"
|
|
|
|
void WonderCardsApp_ShowWondercard(BgConfig *bgConfig, WonderCard *wonderCard, enum HeapId heapID);
|
|
|
|
#endif // POKEPLATINUM_WONDER_CARDS_APP_H
|