Commit 518d1ad9 authored by sully.khalifa's avatar sully.khalifa

second commit

parent a92e6b4d
......@@ -12,7 +12,7 @@
int main()
{
/*creatin object for pokedex lists*/
/*creating object for pokedex lists*/
struct Pokedex pokedex = {NULL,NULL};
/*adding pokemon items*/
AddPokemonToList(&pokedex,(char*)"Bulbasur",(char*)"Grass",(char*)"Overgrow");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment