pokeplatinum/include/struct_defs/choose_starter_data.h
2024-07-06 14:40:34 -07:00

12 lines
249 B
C

#ifndef POKEPLATINUM_STRUCT_020425E0_H
#define POKEPLATINUM_STRUCT_020425E0_H
#include "game_options.h"
typedef struct ChooseStarterData {
int species;
const Options *options;
} ChooseStarterData;
#endif // POKEPLATINUM_STRUCT_020425E0_H