summaryrefslogtreecommitdiff
path: root/src/Model/Cell.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Cell.hpp')
-rw-r--r--src/Model/Cell.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Model/Cell.hpp b/src/Model/Cell.hpp
new file mode 100644
index 0000000..888c63c
--- /dev/null
+++ b/src/Model/Cell.hpp
@@ -0,0 +1,18 @@
+#ifndef DEF_CELL
+#define DEF_CELL
+
+/* Cell.cpp
+ * Defines the class Cell
+ * A cell represents a cell in the grid
+ * Creators : krilius, manzerbredes
+ * Date : 29/04/2015 */
+
+#include <iostream>
+#include <SFML/SFML.h>
+
+class Cell
+{
+};
+
+#endif
+