mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-30 22:25:39 -05:00
16 lines
339 B
C
16 lines
339 B
C
#ifndef POKEPLATINUM_STRUCT_0208C06C_SUB2_H
|
|
#define POKEPLATINUM_STRUCT_0208C06C_SUB2_H
|
|
|
|
#include "struct_defs/struct_0208B878.h"
|
|
|
|
#include "sys_task_manager.h"
|
|
|
|
typedef struct {
|
|
BOOL unk_00;
|
|
int unk_04;
|
|
UnkStruct_0208B878 *unk_08;
|
|
SysTask *unk_0C;
|
|
} UnkStruct_0208C06C_sub2;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0208C06C_SUB2_H
|