pokeplatinum/include/struct_defs/comm_queue_man.h

19 lines
454 B
C

#ifndef POKEPLATINUM_STRUCT_DEF_COMM_QUEUE_MAN_H
#define POKEPLATINUM_STRUCT_DEF_COMM_QUEUE_MAN_H
#include "struct_defs/struct_020322D8.h"
#include "struct_defs/struct_02032318.h"
#include "comm_ring.h"
typedef struct CommQueueMan {
UnkStruct_02032318 unk_00;
UnkStruct_02032318 unk_08;
UnkStruct_020322D8 *unk_10;
CommRing *unk_14;
void *unk_18;
int unk_1C;
} CommQueueMan;
#endif // POKEPLATINUM_STRUCT_DEF_COMM_QUEUE_MAN_H