Files @ r8108:1d5bdeea7e20
Branch filter:

Location: cpp/openttd-patchpack/source/src/yapf/track_dir.hpp

rubidium
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
/* $Id$ */

#ifndef  TRACK_DIR_HPP
#define  TRACK_DIR_HPP

#include "../tile_type.h"
#include "../openttd.h"
#include "../map.h"
#include "../rail_type.h"

#endif /* TRACK_DIR_HPP */