|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <waypath.h>
Public Member Functions | |
| WayPath () | |
| void | load (Serialize &fin) |
| void | save (Serialize &fout) |
| void | add (const WayPoint &p) |
| void | clear () |
| void | reverse () |
| const WayPoint * | pop () |
| const WayPoint * | first () const |
| const WayPoint * | last () const |
| WayPath::WayPath | ( | ) |
Definition at line 6 of file waypath.cpp.
| void WayPath::clear | ( | ) |
Definition at line 25 of file waypath.cpp.
| const WayPoint * WayPath::first | ( | ) | const |
Definition at line 43 of file waypath.cpp.
| const WayPoint * WayPath::last | ( | ) | const |
Definition at line 49 of file waypath.cpp.
| void WayPath::load | ( | Serialize & | fin | ) |
Definition at line 9 of file waypath.cpp.
| const WayPoint * WayPath::pop | ( | ) |
Definition at line 35 of file waypath.cpp.
| void WayPath::reverse | ( | ) |
Definition at line 29 of file waypath.cpp.
| void WayPath::save | ( | Serialize & | fout | ) |
Definition at line 18 of file waypath.cpp.