mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-05-16 00:11:02 -05:00
11 lines
280 B
C
11 lines
280 B
C
#ifndef POKEPLATINUM_NPC_TRADE_TASK_H
|
|
#define POKEPLATINUM_NPC_TRADE_TASK_H
|
|
|
|
#include "overlay006/npc_trade.h"
|
|
|
|
#include "field_task.h"
|
|
|
|
void FieldTask_StartNPCTrade(FieldTask *task, NpcTradeData *data, int partySlot, enum HeapID heapID);
|
|
|
|
#endif // POKEPLATINUM_NPC_TRADE_TASK_H
|