summaryrefslogtreecommitdiff
path: root/src/waypoint.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:41:12 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:41:12 +0000
commitf4d48f0e5b5cf43dd0524a707ee01658c8e65793 (patch)
tree445a46403ffa63ae3869992e725b970274c888bf /src/waypoint.h
parentcdd5f90e647f7544a5f7a617b2c49b32ec3b2328 (diff)
downloadopenttd-f4d48f0e5b5cf43dd0524a707ee01658c8e65793.tar.xz
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
Diffstat (limited to 'src/waypoint.h')
-rw-r--r--src/waypoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waypoint.h b/src/waypoint.h
index 97e1c1ff7..3c4400d42 100644
--- a/src/waypoint.h
+++ b/src/waypoint.h
@@ -5,12 +5,12 @@
#ifndef WAYPOINT_H
#define WAYPOINT_H
+#include "waypoint_type.h"
#include "oldpool.h"
#include "rail_map.h"
#include "command_type.h"
#include "station_type.h"
-struct Waypoint;
DECLARE_OLD_POOL(Waypoint, Waypoint, 3, 8000)
struct Waypoint : PoolItem<Waypoint, WaypointID, &_Waypoint_pool> {