src/yapf/track_dir.hpp
author belugas
Sun, 14 Jan 2007 01:27:19 +0000
changeset 5653 d8847aa3a0c8
parent 5587 167d9a91ef02
child 8108 b42a0e5c67ef
permissions -rw-r--r--
(svn r8112) -Codechange: MSVC solution files will now make it so that openttd will be THE startup project.
Take note that it will only be the case on a clean checkout, without any other files than those coming from that checkout.
/* $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 */