mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-09 20:32:50 -05:00
15 lines
269 B
C
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
|