src/waypoint_type.h
author frosch
Sat, 12 Jul 2008 14:49:43 +0000
changeset 11135 6c703d2da75b
parent 9271 53e93ef75071
permissions -rw-r--r--
(svn r13693) -Fix (r11106, r11117): Do not rely on .tar files always ending with a block of zeros.
/* $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 */