src/waypoint_type.h
author skidd13
Sun, 15 Jun 2008 16:40:41 +0000
changeset 10969 e5fd50b81dc7
parent 9271 53e93ef75071
permissions -rw-r--r--
(svn r13523) -Codechange: replace qsort by the internal typesafe QSortT for resolution sorting
/* $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 */