src/waypoint_type.h
author rubidium
Sat, 12 Jul 2008 14:03:36 +0000
changeset 11134 c40cabfe69a5
parent 9271 53e93ef75071
permissions -rw-r--r--
(svn r13692) -Fix (r13674): loading PNG sprites could very quickly fill the sprite cache.
/* $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 */