pokeplatinum/include/struct_defs/clear_game_player_info.h

13 lines
292 B
C

#ifndef POKEPLATINUM_CLEAR_GAME_PLAYER_INFO_H
#define POKEPLATINUM_CLEAR_GAME_PLAYER_INFO_H
#include "pokedex.h"
typedef struct ClearGamePlayerInfo {
int gender;
BOOL gameCompleted;
const Pokedex *pokedex;
} ClearGamePlayerInfo;
#endif // POKEPLATINUM_CLEAR_GAME_PLAYER_INFO_H