pokeheartgold/include/overlay_63.h
2023-08-20 14:24:55 +01:00

15 lines
269 B
C

#ifndef POKEHEARTGOLD_OVERLAY_63_H
#define POKEHEARTGOLD_OVERLAY_63_H
#include "igt.h"
#include "party.h"
#include "player_data.h"
typedef struct {
PlayerProfile *profile;
Party *party;
IGT *igt;
} HOFCongratsAppArgs;
#endif //POKEHEARTGOLD_OVERLAY_63_H