src/waypoint_type.h
author smatz
Sat, 05 Apr 2008 12:30:48 +0000
changeset 8831 d598d3d0380a
parent 8775 fd5e36ec9f6c
child 9913 d9ce89020cc0
permissions -rw-r--r--
(svn r12579) -Change: reset cursor when the Plant trees GUI is opened
/* $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 */