diff options
| author | krilius <ulrich.lejoyeux@gmail.com> | 2015-04-29 20:52:18 +0400 |
|---|---|---|
| committer | krilius <ulrich.lejoyeux@gmail.com> | 2015-04-29 20:52:18 +0400 |
| commit | e241abc9df586cce683d6ae89e1d02c13084a10f (patch) | |
| tree | 2bafd2e87d26347bb487b04187c7b5ad0aab702d /src/Model/Grid.hpp | |
| parent | 9fbd4e0fedea42a206843981dffeb87095797581 (diff) | |
bug sous osx
Diffstat (limited to 'src/Model/Grid.hpp')
| -rw-r--r-- | src/Model/Grid.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Model/Grid.hpp b/src/Model/Grid.hpp index 304e436..e3bc888 100644 --- a/src/Model/Grid.hpp +++ b/src/Model/Grid.hpp @@ -11,17 +11,17 @@ #include <vector> #include "Cell.hpp" -/* + class Grid { private: - std::vector<std::vector<Cell*>> m_table; + std::vector<std::vector<Cell*> > m_table; public: Grid(int size); ~Grid(); - void description(); + void afficher(); }; -*/ + #endif |
