mirror of https://github.com/OpenTTD/OpenTTD
(svn r12985) -Fix (r12977): [OSX] fixed missing includes in the cocoa files
parent
ca4349b517
commit
8fea5a62c9
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue