(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 */