Files @ r9199:7d9724de3af0
Branch filter:

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

rubidium
(svn r13065) -Codechange: remove the need for the news string callbacks. Patch by Cirdan.
/* $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 */