#include "cell.h" #include Cell::Cell() : iWalls( 0 ), iDist( 0 ), iPath( 0 ) { }