mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
12 lines
337 B
C
12 lines
337 B
C
#ifndef POKEPLATINUM_UNK_0200679C_H
|
|
#define POKEPLATINUM_UNK_0200679C_H
|
|
|
|
#include "constants/heap.h"
|
|
|
|
#include "sys_task_manager.h"
|
|
|
|
SysTask *SysTask_StartAndAllocateParam(SysTaskFunc callback, int paramSize, u32 priority, const enum HeapID heapID);
|
|
void SysTask_FinishAndFreeParam(SysTask *task);
|
|
|
|
#endif // POKEPLATINUM_UNK_0200679C_H
|