Changeset - r17269:69ce9f105ed6
[Not reviewed]
master
1 10 1
rubidium - 14 years ago 2011-02-07 22:38:02
rubidium@openttd.org
(svn r22019) -Codechange: s/functions.h/clear_func.h/
12 files changed with 40 insertions and 41 deletions:
0 comments (0 inline, 0 general)
projects/openttd_vs100.vcxproj
Show inline comments
 
@@ -385,12 +385,13 @@
 
    <ClInclude Include="..\src\bridge.h" />
 
    <ClInclude Include="..\src\cargo_type.h" />
 
    <ClInclude Include="..\src\cargopacket.h" />
 
    <ClInclude Include="..\src\cargotype.h" />
 
    <ClInclude Include="..\src\cheat_func.h" />
 
    <ClInclude Include="..\src\cheat_type.h" />
 
    <ClInclude Include="..\src\clear_func.h" />
 
    <ClInclude Include="..\src\cmd_helper.h" />
 
    <ClInclude Include="..\src\command_func.h" />
 
    <ClInclude Include="..\src\command_type.h" />
 
    <ClInclude Include="..\src\company_base.h" />
 
    <ClInclude Include="..\src\company_func.h" />
 
    <ClInclude Include="..\src\company_gui.h" />
 
@@ -426,13 +427,12 @@
 
    <ClInclude Include="..\src\engine_gui.h" />
 
    <ClInclude Include="..\src\engine_type.h" />
 
    <ClInclude Include="..\src\fileio_func.h" />
 
    <ClInclude Include="..\src\fileio_type.h" />
 
    <ClInclude Include="..\src\fios.h" />
 
    <ClInclude Include="..\src\fontcache.h" />
 
    <ClInclude Include="..\src\functions.h" />
 
    <ClInclude Include="..\src\gamelog.h" />
 
    <ClInclude Include="..\src\gamelog_internal.h" />
 
    <ClInclude Include="..\src\genworld.h" />
 
    <ClInclude Include="..\src\gfx_func.h" />
 
    <ClInclude Include="..\src\gfx_type.h" />
 
    <ClInclude Include="..\src\gfxinit.h" />
projects/openttd_vs100.vcxproj.filters
Show inline comments
 
@@ -381,12 +381,15 @@
 
    <ClInclude Include="..\src\cheat_func.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\cheat_type.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\clear_func.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\cmd_helper.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\command_func.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
 
@@ -504,15 +507,12 @@
 
    <ClInclude Include="..\src\fios.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\fontcache.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\functions.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\gamelog.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
 
    <ClInclude Include="..\src\gamelog_internal.h">
 
      <Filter>Header Files</Filter>
 
    </ClInclude>
projects/openttd_vs80.vcproj
Show inline comments
 
@@ -824,12 +824,16 @@
 
			</File>
 
			<File
 
				RelativePath=".\..\src\cheat_type.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\clear_func.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\cmd_helper.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\command_func.h"
 
				>
 
@@ -988,16 +992,12 @@
 
			</File>
 
			<File
 
				RelativePath=".\..\src\fontcache.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\functions.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\gamelog.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\gamelog_internal.h"
 
				>
projects/openttd_vs90.vcproj
Show inline comments
 
@@ -821,12 +821,16 @@
 
			</File>
 
			<File
 
				RelativePath=".\..\src\cheat_type.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\clear_func.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\cmd_helper.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\command_func.h"
 
				>
 
@@ -985,16 +989,12 @@
 
			</File>
 
			<File
 
				RelativePath=".\..\src\fontcache.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\functions.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\gamelog.h"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\gamelog_internal.h"
 
				>
source.list
Show inline comments
 
@@ -118,12 +118,13 @@ bmp.h
 
bridge.h
 
cargo_type.h
 
cargopacket.h
 
cargotype.h
 
cheat_func.h
 
cheat_type.h
 
clear_func.h
 
cmd_helper.h
 
command_func.h
 
command_type.h
 
company_base.h
 
company_func.h
 
company_gui.h
 
@@ -159,13 +160,12 @@ engine_func.h
 
engine_gui.h
 
engine_type.h
 
fileio_func.h
 
fileio_type.h
 
fios.h
 
fontcache.h
 
functions.h
 
gamelog.h
 
gamelog_internal.h
 
genworld.h
 
gfx_func.h
 
gfx_type.h
 
gfxinit.h
src/clear_cmd.cpp
Show inline comments
 
@@ -12,13 +12,13 @@
 
#include "stdafx.h"
 
#include "clear_map.h"
 
#include "command_func.h"
 
#include "landscape.h"
 
#include "genworld.h"
 
#include "landscape_type.h"
 
#include "functions.h"
 
#include "clear_func.h"
 
#include "economy_func.h"
 
#include "viewport_func.h"
 
#include "water.h"
 
#include "core/random_func.hpp"
 

	
 
#include "table/strings.h"
src/clear_func.h
Show inline comments
 
new file 100644
 
/* $Id$ */
 

	
 
/*
 
 * This file is part of OpenTTD.
 
 * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
 
 * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 * 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 clear_func.h Functions related to clear (MP_CLEAR) land. */
 

	
 
#ifndef CLEAR_FUNC_H
 
#define CLEAR_FUNC_H
 

	
 
#include "tile_cmd.h"
 

	
 
void DrawHillyLandTile(const TileInfo *ti);
 
void DrawClearLandTile(const TileInfo *ti, byte set);
 
void DrawClearLandFence(const TileInfo *ti);
 
void TileLoopClearHelper(TileIndex tile);
 

	
 
#endif /* CLEAR_FUNC_H */
src/functions.h
Show inline comments
 
deleted file
src/object_cmd.cpp
Show inline comments
 
@@ -15,13 +15,13 @@
 
#include "viewport_func.h"
 
#include "company_base.h"
 
#include "town.h"
 
#include "bridge_map.h"
 
#include "genworld.h"
 
#include "autoslope.h"
 
#include "functions.h"
 
#include "clear_func.h"
 
#include "water.h"
 
#include "window_func.h"
 
#include "company_gui.h"
 
#include "cheat_type.h"
 
#include "object.h"
 
#include "cargopacket.h"
src/station_cmd.cpp
Show inline comments
 
@@ -26,13 +26,13 @@
 
#include "pathfinder/yapf/yapf_cache.h"
 
#include "road_internal.h" /* For drawing catenary/checking road removal */
 
#include "autoslope.h"
 
#include "water.h"
 
#include "station_gui.h"
 
#include "strings_func.h"
 
#include "functions.h"
 
#include "clear_func.h"
 
#include "window_func.h"
 
#include "date_func.h"
 
#include "vehicle_func.h"
 
#include "string_func.h"
 
#include "animated_tile_func.h"
 
#include "elrail_func.h"
src/tree_cmd.cpp
Show inline comments
 
@@ -16,13 +16,13 @@
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "economy_func.h"
 
#include "town.h"
 
#include "genworld.h"
 
#include "transparency.h"
 
#include "functions.h"
 
#include "clear_func.h"
 
#include "company_func.h"
 
#include "sound_func.h"
 
#include "water_map.h"
 
#include "water.h"
 
#include "landscape_type.h"
 
#include "company_base.h"
src/tunnelbridge_cmd.cpp
Show inline comments
 
@@ -26,13 +26,13 @@
 
#include "pathfinder/yapf/yapf_cache.h"
 
#include "newgrf_sound.h"
 
#include "autoslope.h"
 
#include "tunnelbridge_map.h"
 
#include "strings_func.h"
 
#include "date_func.h"
 
#include "functions.h"
 
#include "clear_func.h"
 
#include "vehicle_func.h"
 
#include "sound_func.h"
 
#include "tunnelbridge.h"
 
#include "cheat_type.h"
 
#include "elrail_func.h"
 
#include "pbs.h"
0 comments (0 inline, 0 general)