src/waypoint_type.h
author rubidium
Wed, 09 Apr 2008 14:05:50 +0000
changeset 8870 b83a4174cf2d
parent 8775 fd5e36ec9f6c
child 9913 d9ce89020cc0
permissions -rw-r--r--
(svn r12637) -Fix [FS#1913]: possible NULL pointer dereference when reading some NewGRF data.
/* $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 */