pokeplatinum/include/npc_trade_task.h
Viperio ae9e688650
Some checks are pending
build / build (push) Waiting to run
Standardize NPC/Npc to NPC (#1069)
2026-04-08 18:07:39 -04:00

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