src/yapf/track_dir.hpp
author peter1138
Sat, 10 Mar 2007 09:23:33 +0000
changeset 6606 2e867a1c6b7f
parent 5838 9c3129cb019b
child 6872 1c4a4a609f85
child 8604 8afdd9877afd
permissions -rw-r--r--
(svn r9092) -Codechange: (NewGRF) (re r8885) Also set cargo type as invalid if the chosen type is not available in the current climate.
/* $Id$ */

#ifndef  TRACK_DIR_HPP
#define  TRACK_DIR_HPP

#include "../tile.h"
#include "../openttd.h"
#include "../map.h"
#include "../rail.h"

#endif /* TRACK_DIR_HPP */