Current section

Files

Jump to
pokemon_names include pokemon_Pokemon.hrl
Raw

include/pokemon_Pokemon.hrl

-record(pokemon, {
species_id :: integer(),
language_id :: integer(),
name :: binary(),
genus :: binary()
}).