Add arrow support for ConsoleController (using SFML Keyboard.hpp)

This commit is contained in:
manzerbredes 2015-05-01 11:59:40 +02:00
parent 6392288967
commit 03b57472fc
2 changed files with 64 additions and 10 deletions

View file

@ -29,7 +29,6 @@ Grid::~Grid()
}
}
void Grid::show()
{
std::cout << "_________________" << std::endl;