|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <fplock.h>
Public Member Functions | |
| FpLock () | |
| FpLock (const WayPoint &p) | |
| FpLock (const WayPoint *p) | |
| FpLock (FpLock &&other) | |
| ~FpLock () | |
| FpLock & | operator= (FpLock &&other) |
| void | load (Serialize &fin) |
| void | save (Serialize &fout) const |
| FpLock::FpLock | ( | ) |
Definition at line 6 of file fplock.cpp.
| FpLock::FpLock | ( | const WayPoint & | p | ) |
Definition at line 9 of file fplock.cpp.
| FpLock::FpLock | ( | const WayPoint * | p | ) |
Definition at line 14 of file fplock.cpp.
| FpLock::FpLock | ( | FpLock && | other | ) |
Definition at line 20 of file fplock.cpp.
| FpLock::~FpLock | ( | ) |
Definition at line 25 of file fplock.cpp.
| void FpLock::load | ( | Serialize & | fin | ) |
Definition at line 38 of file fplock.cpp.
Definition at line 30 of file fplock.cpp.
| void FpLock::save | ( | Serialize & | fout | ) | const |
Definition at line 44 of file fplock.cpp.