(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.

This commit is contained in:
rubidium
2008-03-28 16:41:12 +00:00
parent cdd5f90e64
commit f4d48f0e5b
7 changed files with 30 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
#include "track_func.h"
#include "tile_map.h"
#include "signal_type.h"
#include "waypoint_type.h"
/** Different types of Rail-related tiles */