src/waypoint_type.h
author smatz
Thu, 17 Jul 2008 23:43:47 +0000
changeset 9654 11fb7b19b64b
parent 8775 fd5e36ec9f6c
child 9913 d9ce89020cc0
permissions -rw-r--r--
(svn r13721) -Codechange: one less multiplication for colour mixing in 32bpp blitters (GeekToo)
/* $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 */