mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
6 lines
86 B
C
6 lines
86 B
C
#ifndef _POKEMON_DATA_H
|
|
#define _POKEMON_DATA_H
|
|
|
|
void generate_pokemon_data();
|
|
|
|
#endif |