pokeplatinum/include/cell_transfer.h
2025-08-23 14:31:51 -07:00

13 lines
338 B
C

#ifndef POKEPLATINUM_CELL_TRANSFER_H
#define POKEPLATINUM_CELL_TRANSFER_H
#include <nnsys.h>
#include "constants/heap.h"
NNSG2dCellTransferState *CellTransfer_New(int capacity, enum HeapID heapID);
void CellTransfer_Update(void);
void CellTransfer_Free(NNSG2dCellTransferState *transferStates);
#endif // POKEPLATINUM_CELL_TRANSFER_H