Files @ r9791:31e4907f014d
Branch filter:

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

rubidium
(svn r13933) -Codechange [YAPP]: Handle through and PBS signals correctly in the signal code. (michi_cc)
/* $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 */