(svn r12985) -Fix (r12977): [OSX] fixed missing includes in the cocoa files
This commit is contained in:
		@@ -15,6 +15,7 @@
 | 
				
			|||||||
#include "player_type.h"
 | 
					#include "player_type.h"
 | 
				
			||||||
#include "direction_type.h"
 | 
					#include "direction_type.h"
 | 
				
			||||||
#include "track_type.h"
 | 
					#include "track_type.h"
 | 
				
			||||||
 | 
					#include "openttd.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** The returned bits of VehicleEnterTile. */
 | 
					/** The returned bits of VehicleEnterTile. */
 | 
				
			||||||
enum VehicleEnterTileStatus {
 | 
					enum VehicleEnterTileStatus {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -62,6 +62,7 @@ extern "C" OSErr CPSSetFrontProcess(CPSProcessSerNum* psn);
 | 
				
			|||||||
#include "../../blitter/factory.hpp"
 | 
					#include "../../blitter/factory.hpp"
 | 
				
			||||||
#include "../../fileio.h"
 | 
					#include "../../fileio.h"
 | 
				
			||||||
#include "../../gfx_func.h"
 | 
					#include "../../gfx_func.h"
 | 
				
			||||||
 | 
					#include "../../functions.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@interface OTTDMain : NSObject
 | 
					@interface OTTDMain : NSObject
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -48,6 +48,7 @@
 | 
				
			|||||||
#include "../../gfx_func.h"
 | 
					#include "../../gfx_func.h"
 | 
				
			||||||
#include "../../network/network.h"
 | 
					#include "../../network/network.h"
 | 
				
			||||||
#include "../../core/random_func.hpp"
 | 
					#include "../../core/random_func.hpp"
 | 
				
			||||||
 | 
					#include "../../texteff.hpp"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Right Mouse Button Emulation enum */
 | 
					/* Right Mouse Button Emulation enum */
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -44,6 +44,7 @@
 | 
				
			|||||||
#include "cocoa_v.h"
 | 
					#include "cocoa_v.h"
 | 
				
			||||||
#include "../../core/math_func.hpp"
 | 
					#include "../../core/math_func.hpp"
 | 
				
			||||||
#include "../../gfx_func.h"
 | 
					#include "../../gfx_func.h"
 | 
				
			||||||
 | 
					#include "../../functions.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#undef Rect
 | 
					#undef Rect
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -44,6 +44,7 @@
 | 
				
			|||||||
#include "cocoa_v.h"
 | 
					#include "cocoa_v.h"
 | 
				
			||||||
#include "../../core/math_func.hpp"
 | 
					#include "../../core/math_func.hpp"
 | 
				
			||||||
#include "../../gfx_func.h"
 | 
					#include "../../gfx_func.h"
 | 
				
			||||||
 | 
					#include "../../functions.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#undef Rect
 | 
					#undef Rect
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user