Created by Scott Robert Ladd at Coyote Gulch Productions.
#include <maze.h>
libcoyotl::maze::cell::cell | ( | ) |
Creates a new cell. The wall references are initially NULL (they do not point to any walls).
libcoyotl::maze::cell::cell | ( | const cell & | a_source | ) |
Creates a new cell with the same state as an existing one.
a_source | - The object to be copied. |
virtual libcoyotl::maze::cell::~cell | ( | ) | [virtual] |
Assigns the state of one cell to another.
a_source | - The object to be copied. |
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.