src/waypoint_type.h
author Tero Marttila <terom@fixme.fi>
Fri, 18 Jul 2008 21:28:42 +0300
changeset 11175 020c61e39c94
parent 9271 53e93ef75071
permissions -rw-r--r--
added a GCS_AVAILABLE status, and changed the colours used in the download GUI
/* $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 */