(svn r12985) -Fix (r12977): [OSX] fixed missing includes in the cocoa files

This commit is contained in:
bjarni 2008-05-07 08:38:56 +00:00
parent ca4349b517
commit 8fea5a62c9
5 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include "player_type.h"
#include "direction_type.h"
#include "track_type.h"
#include "openttd.h"
/** The returned bits of VehicleEnterTile. */
enum VehicleEnterTileStatus {

View File

@ -62,6 +62,7 @@ extern "C" OSErr CPSSetFrontProcess(CPSProcessSerNum* psn);
#include "../../blitter/factory.hpp"
#include "../../fileio.h"
#include "../../gfx_func.h"
#include "../../functions.h"
@interface OTTDMain : NSObject

View File

@ -48,6 +48,7 @@
#include "../../gfx_func.h"
#include "../../network/network.h"
#include "../../core/random_func.hpp"
#include "../../texteff.hpp"
/* Right Mouse Button Emulation enum */

View File

@ -44,6 +44,7 @@
#include "cocoa_v.h"
#include "../../core/math_func.hpp"
#include "../../gfx_func.h"
#include "../../functions.h"
#undef Rect

View File

@ -44,6 +44,7 @@
#include "cocoa_v.h"
#include "../../core/math_func.hpp"
#include "../../gfx_func.h"
#include "../../functions.h"
#undef Rect