#include <patGroup.h>
Public Member Functions | |
| pathRecord (int mapW, int mapH) | |
| ~pathRecord () | |
| void | add (int x, int y) |
| int | get (int x, int y) |
| void | copy (pathRecord *toCopy) |
Protected Attributes | |
| int | mapWidth |
| int | mapHeight |
| int * | map |
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.3.4