Files @ r9849:947d359481c2
Branch filter:

Location: cpp/openttd-patchpack/source/src/waypoint_type.h

belugas
(svn r13993) -Codechange: Associate TextColour values with comments of related values in _string_colormap table
/* $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 */