forked from mirror/OpenTTD
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
This commit is contained in:
11
src/waypoint_type.h
Normal file
11
src/waypoint_type.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/* $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 */
|
Reference in New Issue
Block a user