src/waypoint_type.h
author richk
Wed, 16 Apr 2008 22:16:04 +0000
branchNewGRF_ports
changeset 10210 a2131f7a315d
parent 10184 fcf5fb2548eb
permissions -rw-r--r--
(svn r12742) [NewGRF_ports] -Sync: with trunk r12673:12705.
/* $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 */