pokeplatinum/include/struct_defs/clear_game_player_info.h
2026-01-08 16:28:34 -08:00

13 lines
314 B
C

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