diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-01 11:59:40 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-01 11:59:40 +0200 |
| commit | 03b57472fc9df72691a112f7b7ba2e7ebb1675cc (patch) | |
| tree | 2e7ddbf4c2322a18a8353ab887564ad097614bf3 /src/Model/Grid.cpp | |
| parent | 6392288967fa76515c6789d5b99b91d76472caf4 (diff) | |
Add arrow support for ConsoleController (using SFML Keyboard.hpp)
Diffstat (limited to 'src/Model/Grid.cpp')
| -rw-r--r-- | src/Model/Grid.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Model/Grid.cpp b/src/Model/Grid.cpp index e484fc3..75c0209 100644 --- a/src/Model/Grid.cpp +++ b/src/Model/Grid.cpp @@ -29,7 +29,6 @@ Grid::~Grid() } } - void Grid::show() { std::cout << "_________________" << std::endl; |
