summaryrefslogtreecommitdiff
path: root/src/cell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cell.cpp')
-rw-r--r--src/cell.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cell.cpp b/src/cell.cpp
new file mode 100644
index 0000000..4aeb32d
--- /dev/null
+++ b/src/cell.cpp
@@ -0,0 +1,11 @@
1#include "cell.h"
2
3#include <stdio.h>
4
5Cell::Cell() :
6 iWalls( 0 ),
7 iDist( 0 ),
8 iPath( 0 )
9{
10}
11