src/waypoint_type.h
author belugas
Fri, 13 Jun 2008 01:57:48 +0000
changeset 10950 36bf5bd16ebd
parent 9271 53e93ef75071
permissions -rw-r--r--
(svn r13504) -Codechange: enumify some widgets for scenario editor. More work is required.
/* $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 */