Pokemon Class library
Dependents: 2645_Game_Project_2
Diff: Pokemon.cpp
- Revision:
- 1:7b0bc092dbe5
- Parent:
- 0:1fa2aa6d65e8
- Child:
- 2:bbd4389980c3
--- a/Pokemon.cpp Thu Apr 20 15:05:53 2017 +0000 +++ b/Pokemon.cpp Thu Apr 20 15:34:33 2017 +0000 @@ -2,6 +2,7 @@ #include "mbed.h" #include "N5110.h" #include "Gamepad.h" +#include "Sprites.h" std::string pokeNames[3] = {"Charmander","Bulbasaur","Squirtle"}; std::string TypeString[3] = {"Fire", "Grass", "Water"};