mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-05-06 21:29:57 -05:00
12 lines
324 B
C
12 lines
324 B
C
#ifndef POKEPLATINUM_STRUCT_DEF_FUNCTION_PTR_PAIR_H
|
|
#define POKEPLATINUM_STRUCT_DEF_FUNCTION_PTR_PAIR_H
|
|
|
|
#include "functypes/struct_0207F248_1.h"
|
|
|
|
typedef struct FunctionPtrPair {
|
|
PartyMenuApplication_1 unk_00;
|
|
PartyMenuApplication_1 unk_04;
|
|
} FunctionPtrPair;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_DEF_FUNCTION_PTR_PAIR_H
|