summaryrefslogtreecommitdiff
path: root/src/Model/Grid.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Grid.hpp')
-rw-r--r--src/Model/Grid.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Model/Grid.hpp b/src/Model/Grid.hpp
index a9c6c86..304e436 100644
--- a/src/Model/Grid.hpp
+++ b/src/Model/Grid.hpp
@@ -11,7 +11,7 @@
#include <vector>
#include "Cell.hpp"
-
+/*
class Grid
{
private:
@@ -22,6 +22,6 @@ class Grid
~Grid();
void description();
};
+*/
#endif
-