mirror of https://github.com/pret/pokeemerald.git
9 lines
177 B
C
9 lines
177 B
C
|
#ifndef GUARD_SHOP_H
|
||
|
#define GUARD_SHOP_H
|
||
|
|
||
|
void CreatePokemartMenu(u16 *);
|
||
|
void CreateDecorationShop1Menu(u16 *);
|
||
|
void CreateDecorationShop2Menu(u16 *);
|
||
|
|
||
|
#endif // GUARD_SHOP_H
|