Pokemon Class library
Dependents: 2645_Game_Project_2
Diff: Pokemon.cpp
- Revision:
- 3:100f558098c0
- Parent:
- 2:bbd4389980c3
- Child:
- 4:237027245058
--- a/Pokemon.cpp Mon Apr 24 20:50:48 2017 +0000 +++ b/Pokemon.cpp Mon Apr 24 23:21:51 2017 +0000 @@ -2,7 +2,7 @@ #include "mbed.h" #include "N5110.h" #include "Gamepad.h" - +#include "Bitmap.h" std::string pokeNames[3] = {"Charmander","Bulbasaur","Squirtle"}; std::string TypeString[3] = {"Fire", "Grass", "Water"};