22 #ifndef BLADERUNNER_WAYPOINTS_H 23 #define BLADERUNNER_WAYPOINTS_H 25 #include "bladerunner/bladerunner.h" 26 #include "bladerunner/vector.h" 28 #include "common/array.h" 32 class SaveFileReadStream;
33 class SaveFileWriteStream;
52 void getXYZ(
int waypointId,
float *x,
float *y,
float *z)
const;
53 float getX(
int waypointId)
const;
54 float getY(
int waypointId)
const;
55 float getZ(
int waypointId)
const;
56 int getSetId(
int waypointId)
const;
58 bool set(
int waypointId,
int setId,
Vector3 position);
59 bool reset(
int waypointId);
Definition: savefile.h:88
Definition: waypoints.h:35
Definition: savefile.h:113
Definition: debugger.h:56
Definition: bladerunner.h:113