blob: c74e8cf9259987c9784c8fed3b153794e4a624cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $Id$ */
/** @file waypoint_type.h Types related to waypoints. */
#ifndef WAYPOINT_TYPE_H
#define WAYPOINT_TYPE_H
typedef uint16 WaypointID;
struct Waypoint;
#endif /* WAYPOINT_TYPE_H */
|