src/waypoint_type.h
author skidd13
Wed, 28 May 2008 16:50:05 +0000
changeset 10762 ad9b3f3325cf
parent 9271 53e93ef75071
permissions -rw-r--r--
(svn r13312) -Update: apply english.txt changes from r13311 to other languages
/* $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 */