src/waypoint_type.h
author peter1138
Wed, 28 May 2008 17:29:27 +0000
changeset 9403 8cfca59c11f1
parent 8775 fd5e36ec9f6c
child 9913 d9ce89020cc0
permissions -rw-r--r--
(svn r13314) -Codechange: Switch EngineList from std::vector to GUIList
/* $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 */