From 518619603ab3c49b7fdfcf19c439c1a30668164f Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 2 Apr 2015 15:28:31 -0600 Subject: Everything works, it could use more stuff. --- src/cell.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/cell.cpp (limited to 'src/cell.cpp') 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 @@ +#include "cell.h" + +#include + +Cell::Cell() : + iWalls( 0 ), + iDist( 0 ), + iPath( 0 ) +{ +} + -- cgit v1.2.3