(svn r22019) -Codechange: s/functions.h/clear_func.h/
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#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"
|
||||
|
||||
@@ -7,17 +7,16 @@
|
||||
* 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 functions.h Some generic functions that actually shouldn't be here. */
|
||||
/** @file clear_func.h Functions related to clear (MP_CLEAR) land. */
|
||||
|
||||
#ifndef FUNCTIONS_H
|
||||
#define FUNCTIONS_H
|
||||
#ifndef CLEAR_FUNC_H
|
||||
#define CLEAR_FUNC_H
|
||||
|
||||
#include "tile_cmd.h"
|
||||
|
||||
/* clear_land.cpp */
|
||||
void DrawHillyLandTile(const TileInfo *ti);
|
||||
void DrawClearLandTile(const TileInfo *ti, byte set);
|
||||
void DrawClearLandFence(const TileInfo *ti);
|
||||
void TileLoopClearHelper(TileIndex tile);
|
||||
|
||||
#endif /* FUNCTIONS_H */
|
||||
#endif /* CLEAR_FUNC_H */
|
||||
@@ -18,7 +18,7 @@
|
||||
#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"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#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"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#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"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#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"
|
||||
|
||||
Reference in New Issue
Block a user