libcoyotl - A Library of C++ Tools
Created by Scott Robert Ladd at
Coyote Gulch Productions.
libcoyotl::maze::position Struct Reference
A row-column position in the maze.
More...
#include <maze.h>
List of all members.
Public Attributes
-
size_t m_row
- Row coordinate.
-
size_t m_col
- Column coordinate.
Detailed Description
A simple structure defining a row-column coordinate in a maze.
The documentation for this struct was generated from the following file:
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.