|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <waypoint.h>
Public Member Functions | |
| waypoint_list () | |
| waypoint_list (const char *name) | |
| ~waypoint_list () | |
| char * | get_name () |
| SCP_vector< waypoint > & | get_waypoints () |
| void | set_name (const char *name) |
Definition at line 33 of file waypoint.h.
| waypoint_list::waypoint_list | ( | ) |
Definition at line 67 of file waypoint.cpp.
| waypoint_list::waypoint_list | ( | const char * | name | ) |
Definition at line 72 of file waypoint.cpp.
| waypoint_list::~waypoint_list | ( | ) |
Definition at line 79 of file waypoint.cpp.
| char * waypoint_list::get_name | ( | ) |
Definition at line 84 of file waypoint.cpp.
| SCP_vector< waypoint > & waypoint_list::get_waypoints | ( | ) |
Definition at line 89 of file waypoint.cpp.
| void waypoint_list::set_name | ( | const char * | name | ) |
Definition at line 94 of file waypoint.cpp.