mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 11:15:26 -05:00
22 lines
629 B
C
22 lines
629 B
C
#ifndef POKEPLATINUM_STRUCT_02071330_H
|
|
#define POKEPLATINUM_STRUCT_02071330_H
|
|
|
|
#include "functypes/funcptr_02071330.h"
|
|
#include "functypes/funcptr_02071330_1.h"
|
|
#include "functypes/funcptr_02071330_2.h"
|
|
#include "functypes/funcptr_02071330_3.h"
|
|
#include "functypes/funcptr_02071330_4.h"
|
|
#include "functypes/funcptr_02071330_5.h"
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
UnkFuncPtr_02071330 unk_04;
|
|
UnkFuncPtr_02071330_1 unk_08;
|
|
UnkFuncPtr_02071330_2 unk_0C;
|
|
UnkFuncPtr_02071330_3 unk_10;
|
|
UnkFuncPtr_02071330_4 unk_14;
|
|
UnkFuncPtr_02071330_5 unk_18;
|
|
} UnkStruct_02071330;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02071330_H
|