waypoint_type.h

Go to the documentation of this file.
00001 /* $Id: waypoint_type.h 14063 2008-08-13 06:05:01Z rubidium $ */
00002 
00005 #ifndef WAYPOINT_TYPE_H
00006 #define WAYPOINT_TYPE_H
00007 
00008 typedef uint16 WaypointID;
00009 struct Waypoint;
00010 
00011 enum {
00012   MAX_LENGTH_WAYPOINT_NAME_BYTES  =  31, 
00013   MAX_LENGTH_WAYPOINT_NAME_PIXELS = 180, 
00014 };
00015 
00016 #endif /* WAYPOINT_TYPE_H */

Generated on Mon Mar 9 23:33:53 2009 for openttd by  doxygen 1.5.6