Fixes C Interface naming.
This commit is contained in:
parent
ece07f5648
commit
ca53676b6d
|
@ -2,7 +2,7 @@
|
||||||
#include "../Core.hpp"
|
#include "../Core.hpp"
|
||||||
using namespace PkmnLib::Library;
|
using namespace PkmnLib::Library;
|
||||||
|
|
||||||
export const PokemonSpecies* PkmnLib_PokemonLibrary_FindPreEvolution(const SpeciesLibrary* p,
|
export const PokemonSpecies* PkmnLib_SpeciesLibrary_FindPreEvolution(const SpeciesLibrary* p,
|
||||||
const PokemonSpecies* species) {
|
const PokemonSpecies* species) {
|
||||||
return p->FindPreEvolution(species).GetRaw();
|
return p->FindPreEvolution(species).GetRaw();
|
||||||
}
|
}
|
Loading…
Reference in New Issue