mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-27 15:39:32 +01:00
12 lines
173 B
C++
12 lines
173 B
C++
/* $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 */
|