Changeset - r18000:a16152e101ed
[Not reviewed]
master
0 4 0
rubidium - 13 years ago 2011-08-24 12:12:36
rubidium@openttd.org
(svn r22819) -Fix: include the header where it should be included
4 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/genworld.cpp
Show inline comments
 
@@ -9,13 +9,12 @@
 

	
 
/** @file genworld.cpp Functions to generate a map. */
 

	
 
#include "stdafx.h"
 
#include "landscape.h"
 
#include "company_func.h"
 
#include "thread/thread.h"
 
#include "genworld.h"
 
#include "gfxinit.h"
 
#include "window_func.h"
 
#include "network/network.h"
 
#include "heightmap.h"
 
#include "viewport_func.h"
src/genworld_gui.cpp
Show inline comments
 
@@ -22,13 +22,12 @@
 
#include "string_func.h"
 
#include "widgets/dropdown_type.h"
 
#include "widgets/dropdown_func.h"
 
#include "landscape_type.h"
 
#include "querystring_gui.h"
 
#include "town.h"
 
#include "thread/thread.h"
 
#include "settings_func.h"
 
#include "core/geometry_func.hpp"
 
#include "core/random_func.hpp"
 
#include "progress.h"
 

	
 
#include "table/strings.h"
src/newgrf_config.cpp
Show inline comments
 
@@ -15,13 +15,12 @@
 
#include "newgrf.h"
 
#include "network/network_func.h"
 
#include "gfx_func.h"
 
#include "newgrf_text.h"
 
#include "window_func.h"
 
#include "progress.h"
 
#include "thread/thread.h"
 
#include "video/video_driver.hpp"
 

	
 
#include "fileio_func.h"
 
#include "fios.h"
 

	
 
/** Create a new GRFTextWrapper. */
src/progress.h
Show inline comments
 
@@ -9,12 +9,14 @@
 

	
 
/** @file progress.h Functions related to modal progress. */
 

	
 
#ifndef PROGRESS_H
 
#define PROGRESS_H
 

	
 
#include "thread/thread.h"
 

	
 
static const uint MODAL_PROGRESS_REDRAW_TIMEOUT = 200; ///< Timeout between redraws
 

	
 
/**
 
 * Check if we are currently in a modal progress state.
 
 * @return Are we in the modal state?
 
 */
0 comments (0 inline, 0 general)