Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdbool.h>
- #include <Pokemon.h>
- typedef struct { tPokemon* v;
- int numElems;
- int tamMax;
- } tPokedex;
- bool initPokedex();
- void limparPokedex();
- bool inserirPokemon();
- bool removerPokemon();
- bool buscarPokemon();
- void imprimirPokedex();
- int tamPokedex();
Advertisement
Add Comment
Please, Sign In to add comment