mirror of https://github.com/OpenTTD/OpenTTD
Codechange: rename yapf.hpp to yapf_includes.h, as it cannot be renamed to yapf.h
parent
39fa014d76
commit
cffd80e891
|
@ -1,7 +1,6 @@
|
|||
add_files(
|
||||
nodelist.hpp
|
||||
yapf.h
|
||||
yapf.hpp
|
||||
yapf_base.hpp
|
||||
yapf_cache.h
|
||||
yapf_common.hpp
|
||||
|
@ -9,6 +8,7 @@ add_files(
|
|||
yapf_costcache.hpp
|
||||
yapf_costrail.hpp
|
||||
yapf_destrail.hpp
|
||||
yapf_includes.h
|
||||
yapf_node.hpp
|
||||
yapf_node_rail.hpp
|
||||
yapf_node_road.hpp
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** @file yapf.hpp Base includes/functions for YAPF. */
|
||||
/** @file yapf_includes.h Base includes for YAPF. */
|
||||
|
||||
#ifndef YAPF_HPP
|
||||
#define YAPF_HPP
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "../../stdafx.h"
|
||||
|
||||
#include "yapf.hpp"
|
||||
#include "yapf_includes.h"
|
||||
#include "yapf_cache.h"
|
||||
#include "yapf_node_rail.hpp"
|
||||
#include "yapf_costrail.hpp"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
/** @file yapf_road.cpp The road pathfinding. */
|
||||
|
||||
#include "../../stdafx.h"
|
||||
#include "yapf.hpp"
|
||||
#include "yapf_includes.h"
|
||||
#include "yapf_node_road.hpp"
|
||||
#include "../../roadstop_base.h"
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "../../industry.h"
|
||||
#include "../../vehicle_func.h"
|
||||
|
||||
#include "yapf.hpp"
|
||||
#include "yapf_includes.h"
|
||||
#include "yapf_node_ship.hpp"
|
||||
#include "yapf_ship_regions.h"
|
||||
#include "../water_regions.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "../../stdafx.h"
|
||||
#include "../../ship.h"
|
||||
|
||||
#include "yapf.hpp"
|
||||
#include "yapf_includes.h"
|
||||
#include "yapf_ship_regions.h"
|
||||
#include "../water_regions.h"
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "command_func.h"
|
||||
#include "error_func.h"
|
||||
#include "pathfinder/npf/npf_func.h"
|
||||
#include "pathfinder/yapf/yapf.hpp"
|
||||
#include "pathfinder/yapf/yapf_includes.h"
|
||||
#include "news_func.h"
|
||||
#include "company_func.h"
|
||||
#include "newgrf_sound.h"
|
||||
|
|
Loading…
Reference in New Issue