src/waypoint_type.h
author rubidium
Mon, 14 Jul 2008 20:36:21 +0000
changeset 11145 5e43414d6351
parent 9271 53e93ef75071
permissions -rw-r--r--
(svn r13703) -Update: the other language files due to a few changed strings in r13702.
/* $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 */