mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 10:45:19 -05:00
12 lines
249 B
C
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
|