pokeplatinum/include/struct_decls/sys_task.h
lhearachel fb3af3b9fc Label core SysTask struct + funcptr
UnkStruct_0201CD38 -> SysTask
UnkFuncPtr_0201CE28 -> SysTaskFunc
2023-10-13 09:59:51 -07:00

7 lines
168 B
C

#ifndef POKEPLATINUM_STRUCT_SYS_TASK_DECL_H
#define POKEPLATINUM_STRUCT_SYS_TASK_DECL_H
typedef struct SysTask SysTask;
#endif // POKEPLATINUM_STRUCT_SYS_TASK_DECL_H