mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-11 06:44:04 +01:00
9 lines
111 B
C++
9 lines
111 B
C++
/* $Id$ */
|
|
|
|
#ifndef TRACK_DIR_HPP
|
|
#define TRACK_DIR_HPP
|
|
|
|
#include "../openttd.h"
|
|
|
|
#endif /* TRACK_DIR_HPP */
|