Files @ r8802:3a3f8a172f6c
Branch filter:

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

matthijs
(svn r12542) -Fix [Makefile]: Don't install scenarios into the current user's homedir when running 'make install', that is silly. Simply always install scenarios system wide instead.
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef  TRACK_DIR_HPP
#define  TRACK_DIR_HPP

#include "../openttd.h"

#endif /* TRACK_DIR_HPP */