mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-02 22:08:03 -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
|