src/waypoint_type.h
author smatz
Fri, 04 Apr 2008 18:41:16 +0000
changeset 8821 1411d08e26b3
parent 8775 fd5e36ec9f6c
child 9913 d9ce89020cc0
permissions -rw-r--r--
(svn r12569) -Cleanup: variable scope and coding style in road*.cpp
/* $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 */