src/waypoint_type.h
author rubidium
Fri, 25 Apr 2008 15:22:32 +0000
changeset 9055 4dc6a0c0ef47
parent 8775 fd5e36ec9f6c
child 9913 d9ce89020cc0
permissions -rw-r--r--
(svn r12897) -Codechange: some coding style in station_cmd.cpp.
/* $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 */