Changeset - r17139:89cc9da47954
[Not reviewed]
master
0 3 0
rubidium - 13 years ago 2011-01-22 10:10:03
rubidium@openttd.org
(svn r21887) -Fix-ish: some headers weren't including the headers they depend on
3 files changed with 5 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/network/core/tcp_admin.h
Show inline comments
 
@@ -390,8 +390,8 @@ public:
 

	
 
	NetworkRecvStatus ReceivePackets();
 

	
 
	const char *ReceiveCommand(Packet *p, CommandPacket *cp);
 
	void SendCommand(Packet *p, const CommandPacket *cp);
 
	const char *ReceiveCommand(Packet *p, struct CommandPacket *cp);
 
	void SendCommand(Packet *p, const struct CommandPacket *cp);
 
};
 

	
 
#endif /* ENABLE_NETWORK */
src/newgrf_industrytiles.h
Show inline comments
 
@@ -16,6 +16,7 @@
 
#include "industry_type.h"
 
#include "newgrf_animation_type.h"
 
#include "newgrf_callbacks.h"
 
#include "newgrf_industries.h"
 
#include "core/random_func.hpp"
 

	
 
bool DrawNewIndustryTile(TileInfo *ti, Industry *i, IndustryGfx gfx, const IndustryTileSpec *inds);
src/road_gui.h
Show inline comments
 
@@ -13,6 +13,8 @@
 
#define ROAD_GUI_H
 

	
 
#include "road_type.h"
 
#include "tile_type.h"
 
#include "direction_type.h"
 

	
 
struct Window *ShowBuildRoadToolbar(RoadType roadtype);
 
struct Window *ShowBuildRoadScenToolbar();
0 comments (0 inline, 0 general)