mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
9 lines
170 B
C
9 lines
170 B
C
#ifndef POKEPLATINUM_SHOP_MISC_H
|
|
#define POKEPLATINUM_SHOP_MISC_H
|
|
|
|
#include "field_task.h"
|
|
|
|
BOOL FieldTask_ShopMisc(FieldTask *task);
|
|
|
|
#endif // POKEPLATINUM_SHOP_MISC_H
|