/// The foreign function interface for a Learned Move. mod learned_move; /// The foreign function interface for a Pokemon. mod pokemon; /// The foreign function interface for a party of Pokemon. mod pokemon_party;